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

Synopsis

Declared in <openssl/srp.h>

struct SRP_gN_st;

Data Members

Name

Description

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").

Created with MrDocs