ddn.api.crypto.signature
Digital Signature API.
Types 2
interfaceSigner
Interface for digital signatures.
Methods
void init(PrivateKey key)Initializes the signer with the private key.void update(const(ubyte)[] input)Updates the data to be signed.ubyte[] sign()Generates the signature.