srp6GroupIdentifier

Return the group id for this SRP param set, or else thrown an exception

static if(BOTAN_HAS_SRP6)
string
srp6GroupIdentifier
(
const ref BigInt N
,
const ref BigInt g
)

Parameters

N BigInt

the group modulus

g BigInt

the group generator

Return Value

Type: string

group identifier

Meta