- encodingOf
SecureVector!ubyte encodingOf(SecureVector!ubyte msg, size_t output_bits, RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
- rawData
SecureVector!ubyte rawData()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
bool verify(SecureVector!ubyte const_coded, SecureVector!ubyte raw, size_t key_bits)
Undocumented in source. Be warned that the author may not have intended to support it.
PSSR (called EMSA4 in IEEE 1363 and in old versions of the library)