init(copying:)
Creates a key from the given data.
Declaration
@export(implementation) init(copying bytes: RawSpan)Parameters
- bytes:
The span of bytes from which to create the key.
Creates a key from the given data.
@export(implementation) init(copying bytes: RawSpan)The span of bytes from which to create the key.