SRP_user_pwd_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!OPENSSL_NO_SRP)
extern (C) nothrow
struct SRP_user_pwd_st {}

Members

Variables

N
BIGNUM* N;
Undocumented in source.
g
BIGNUM* g;
Undocumented in source.
id
char* id;
Undocumented in source.
info
char* info;
Undocumented in source.
s
BIGNUM* s;
Undocumented in source.
v
BIGNUM* v;
Undocumented in source.

Meta