botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
SRP6ServerSession
botan
constructs
srp6
Represents a SRP-6a server session
final
static if
(
BOTAN_HAS_SRP6
)
class
SRP6ServerSession {
const
(
BigInt
)
step1
(BigInt v, string group_id, string hash_id, RandomNumberGenerator rng);
SymmetricKey
step2
(const(BigInt)* A);
}
Members
Functions
step1
const
(
BigInt
)
step1
(BigInt v, string group_id, string hash_id, RandomNumberGenerator rng)
Server side step 1
step2
SymmetricKey
step2
(const(BigInt)* A)
Server side step 2
Meta
Source
See Implementation
botan
constructs
srp6
classes
SRP6ServerSession
functions
generateSrp6Verifier
srp6ClientAgree
srp6GroupIdentifier
structs
SRP6KeyPair
Represents a SRP-6a server session