init(integrityCheckedRepresentation:)
Initializes a private key from an integrity-checked data representation.
Declaration
init<D>(integrityCheckedRepresentation: D) throws where D : DataProtocolParameters
- integrityCheckedRepresentation:
The integrity-checked data representation of the private key. The parameter needs to be 64 bytes long, and contain the seed and a hash of the public key.