Contents

init(rawRepresentation:)

Creates a P-521 private key for key agreement from a collection of bytes.

Declaration

init<Bytes>(rawRepresentation: Bytes) throws where Bytes : ContiguousBytes

Parameters

  • rawRepresentation:

    A raw representation of the key as a collection of contiguous bytes.

See Also

Creating a private key