init(integrityCheckedRepresentation:)
Initializes a private key from an integrity-checked representation.
Declaration
init<D>(integrityCheckedRepresentation: D) throws where D : DataProtocolParameters
- integrityCheckedRepresentation:
A representation of the private key that includes the seed value, and a hash of the corresponding public key.