Operatorswift-crypto 3.8.0Crypto
==(_:_:)
SymmetricKeys.swift:126static func == (lhs: `Self`, rhs: `Self`) -> Bool
Other members in extension
Type members
init<D>(data: D
) Creates a key from the given data.
init(size: SymmetricKeySize
) Generates a new random key of the given size.
Instance members
var bitCount: Int
The number of bits in the key.
func withUnsafeBytes<R>((UnsafeRawBufferPointer) throws -> R
) rethrows -> R Invokes the given closure with a buffer pointer covering the raw bytes of the key.