Contents

init(data:)

Creates a key from the given data.

Declaration

init<D>(data: D) where D : ContiguousBytes

Parameters

  • data:

    The contiguous bytes from which to create the key.

See Also

Creating a key