Contents

init(rawRepresentation:)

Creates a Curve25519 private key for signing from a data representation.

Declaration

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

Parameters

  • data:

    A representation of the key as contiguous bytes from which to create the key.

See Also

Creating a private key