[#SRP_gN_st] = SRP_gN_st :mrdocs: Named SRP group parameters (generator `g` and safe prime `N).` == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SRP_gN_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:SRP_gN_st/N.adoc[`N`] | Safe prime modulus `N` for the group. | xref:SRP_gN_st/g.adoc[`g`] | Generator `g` for the named SRP group. | xref:SRP_gN_st/id.adoc[`id`] | Text identifier for the group (for example "2048" or "8192"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#