botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
NROptions
botan
pubkey
algo
nr
Undocumented in source.
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_NYBERG_RUEPPEL
)
struct
NROptions {
enum
algoName
;
enum
format
;
enum
msgParts
;
static
bool
checkKey
(DLSchemePrivateKey privkey, RandomNumberGenerator rng, bool strong);
}
Members
Manifest constants
algoName
enum
algoName
;
Undocumented in source.
format
enum
format
;
Undocumented in source.
msgParts
enum
msgParts
;
Undocumented in source.
Static functions
checkKey
bool
checkKey
(DLSchemePrivateKey privkey, RandomNumberGenerator rng, bool strong)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
pubkey
algo
nr
classes
NRSignatureOperation
NRVerificationOperation
functions
nrSigKat
testPkKeygen
structs
NROptions
NRPrivateKey
NRPublicKey