SRP_gN_st

Named SRP group parameters (generator g and safe prime N).

Synopsis

Declared in <openssl/srp.h>

struct SRP_gN_st;

Data Members

NameDescription
N Safe prime modulus N for the group.
g Generator g for the named SRP group.
id Text identifier for the group (for example "2048" or "8192").