botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
SRP6KeyPair
botan
constructs
srp6
Undocumented in source.
static if
(
BOTAN_HAS_SRP6
)
struct
SRP6KeyPair {
BigInt
privkey
;
SymmetricKey
pubkey
;
this
(BigInt priv, SymmetricKey pub);
}
Constructors
this
this
(BigInt priv, SymmetricKey pub)
Undocumented in source.
Members
Variables
privkey
BigInt
privkey
;
Undocumented in source.
pubkey
SymmetricKey
pubkey
;
Undocumented in source.
Meta
Source
See Implementation
botan
constructs
srp6
classes
SRP6ServerSession
functions
generateSrp6Verifier
srp6ClientAgree
srp6GroupIdentifier
structs
SRP6KeyPair