botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
SRP6AuthenticatorFile
botan
constructs
srp6_files
A GnuTLS compatible SRP6 authenticator file
final
static if
(
BOTAN_HAS_SRP6
)
class
SRP6AuthenticatorFile {
this
(string filename);
bool
lookupUser
(string username, BigInt v, Vector!ubyte salt, string group_id);
}
Constructors
this
this
(string filename)
Members
Functions
lookupUser
bool
lookupUser
(string username, BigInt v, Vector!ubyte salt, string group_id)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
constructs
srp6_files
classes
SRP6AuthenticatorFile
A GnuTLS compatible SRP6 authenticator file