botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Blinder
botan
pubkey
blinding
Blinding Function Object
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
struct
Blinder {
BigInt
blind
(BigInt i);
BigInt
unblind
(BigInt i);
bool
initialized
();
this
(BigInt e, BigInt d, BigInt n);
}
Constructors
this
this
(BigInt e, BigInt d, BigInt n)
Construct a blinder
Members
Functions
blind
BigInt
blind
(BigInt i)
Undocumented in source. Be warned that the author may not have intended to support it.
initialized
bool
initialized
()
Undocumented in source. Be warned that the author may not have intended to support it.
unblind
BigInt
unblind
(BigInt i)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
pubkey
blinding
structs
Blinder
Blinding Function Object