botan.pubkey.algo.dsa

DSA

Public Imports

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

Members

Classes

DSASignatureOperation
class DSASignatureOperation

Object that can create a DSA signature

DSAVerificationOperation
class DSAVerificationOperation

Object that can verify a DSA signature

Functions

dsaSigKat
size_t dsaSigKat(string p, string q, string g, string x, string hash, string msg, string nonce, 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.

Structs

DSAOptions
struct DSAOptions
Undocumented in source.
DSAPrivateKey
struct DSAPrivateKey

DSA Private Key

DSAPublicKey
struct DSAPublicKey

DSA Public Key

Meta

License

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