Signature

Public key signature creation interface

Members

Functions

maxInputBits
size_t maxInputBits()

Get the maximum message size in bits supported by this public key.

messagePartSize
size_t messagePartSize()

Find out the message part size supported by this scheme/key.

messageParts
size_t messageParts()

Find out the number of message parts supported by this scheme.

sign
SecureVector!ubyte sign(const(ubyte)* msg, size_t msg_len, RandomNumberGenerator rng)
Undocumented in source.

Meta