botan.pubkey.algo.rw

Rabin-Williams

Public Imports

botan.pubkey.pubkey
public import botan.pubkey.pubkey;
Undocumented in source.

Members

Classes

RWSignatureOperation
class RWSignatureOperation

Rabin-Williams Signature Operation

RWVerificationOperation
class RWVerificationOperation

Rabin-Williams Verification Operation

Functions

rwSigKat
size_t rwSigKat(string e, string p, string q, string msg, string signature)
Undocumented in source. Be warned that the author may not have intended to support it.
rwSigVerify
size_t rwSigVerify(string e, string n, string msg, string signature)
Undocumented in source. Be warned that the author may not have intended to support it.
testPkKeygen
size_t testPkKeygen(RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

padding
string padding;
Undocumented in source.

Structs

RWOptions
struct RWOptions
Undocumented in source.
RWPrivateKey
struct RWPrivateKey

Rabin-Williams Private Key

RWPublicKey
struct RWPublicKey

Rabin-Williams Public Key

Variables

total_tests
size_t total_tests;
Undocumented in source.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)