SRP6ServerSession.step1

Server side step 1

class SRP6ServerSession
public ref
const(BigInt)
step1
(
const ref BigInt v
,
in string group_id
,
in string hash_id
,)

Parameters

v BigInt

the verification value saved from client registration

group_id string

the SRP group id

hash_id string

the SRP hash in use

rng RandomNumberGenerator

a random number generator

Return Value

Type: const(BigInt)

SRP-6 B value

Meta