Verification

Public key signature verification 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.

verify
bool verify(const(ubyte)* msg, size_t msg_len, const(ubyte)* sig, size_t sig_len)
Undocumented in source.
verifyMr
SecureVector!ubyte verifyMr(const(ubyte)* msg, size_t msg_len)
Undocumented in source.
withRecovery
bool withRecovery()

Meta