Contents

init(integrityCheckedRepresentation:)

Initializes a private key from an integrity-checked representation.

Declaration

init<D>(integrityCheckedRepresentation: D) throws where D : DataProtocol

Parameters

  • integrityCheckedRepresentation:

    A representation of the private key that includes the seed value, and a hash of the corresponding public key.

See Also

Creating a private key