init(data:)
Creates a key from the given data.
Declaration
init<D>(data: D) where D : ContiguousBytesParameters
- data:
The contiguous bytes from which to create the key.
Creates a key from the given data.
init<D>(data: D) where D : ContiguousBytesThe contiguous bytes from which to create the key.