-
The minimum size of the derived key in bytes.
Declaration
Swift
public static let MinimumSizeInBytes: UInt32
-
The maximum size of the derived key in bytes.
Declaration
Swift
public static let MaximumSizeInBytes: UInt32
-
Generate an uninitialized key, as the initialization will happen during derivation.
Declaration
Swift
fileprivate init?(sizeInBytes: UInt32)
Parameters
sizeInBytes
The size of the derived key in bytes.