botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
RSAOptions
botan
pubkey
algo
rsa
Undocumented in source.
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_RSA
)
struct
RSAOptions {
enum
algoName
;
static
bool
checkKey
(IFSchemePrivateKey privkey, RandomNumberGenerator rng, bool strong);
}
Members
Manifest constants
algoName
enum
algoName
;
Undocumented in source.
Static functions
checkKey
bool
checkKey
(IFSchemePrivateKey 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
rsa
classes
RSAPrivateOperation
RSAPublicOperation
functions
rsaSigKat
rsaSigVerify
rsaesKat
testPkKeygen
structs
RSAOptions
RSAPrivateKey
RSAPublicKey
variables
total_tests