[#SRP_gN_cache_st] = SRP_gN_cache_st :mrdocs: Cache entry mapping a base64‐encoded SRP group parameter to a BIGNUM. == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SRP_gN_cache_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:SRP_gN_cache_st/b64_bn.adoc[`b64_bn`] | Base64 text of the cached parameter (used as the lookup key). | xref:SRP_gN_cache_st/bn.adoc[`bn`] | Parsed big‐number value for `b64_bn.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#