sodium.crypto_pwhash_argon2i

Undocumented in source.

Members

Functions

_crypto_pwhash_argon2i_pick_best_implementation
int _crypto_pwhash_argon2i_pick_best_implementation()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i
int crypto_pwhash_argon2i(const(ubyte*) out_, ulong outlen, const(char*) passwd, ulong passwdlen, const(ubyte*) salt, ulong opslimit, size_t memlimit, int alg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_alg_argon2i13
int crypto_pwhash_argon2i_alg_argon2i13()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_memlimit_interactive
size_t crypto_pwhash_argon2i_memlimit_interactive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_memlimit_moderate
size_t crypto_pwhash_argon2i_memlimit_moderate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_memlimit_sensitive
size_t crypto_pwhash_argon2i_memlimit_sensitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_opslimit_interactive
size_t crypto_pwhash_argon2i_opslimit_interactive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_opslimit_moderate
size_t crypto_pwhash_argon2i_opslimit_moderate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_opslimit_sensitive
size_t crypto_pwhash_argon2i_opslimit_sensitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_saltbytes
size_t crypto_pwhash_argon2i_saltbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_str
int crypto_pwhash_argon2i_str(char[crypto_pwhash_argon2i_STRBYTES] out_, const(char*) passwd, ulong passwdlen, ulong opslimit, size_t memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_str_verify
int crypto_pwhash_argon2i_str_verify(const(char)[crypto_pwhash_argon2i_STRBYTES] str, const(char*) passwd, ulong passwdlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_strbytes
size_t crypto_pwhash_argon2i_strbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_strprefix
const(char)* crypto_pwhash_argon2i_strprefix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

crypto_pwhash_argon2i_ALG_ARGON2I13
enum crypto_pwhash_argon2i_ALG_ARGON2I13;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE
enum crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_MEMLIMIT_MODERATE
enum crypto_pwhash_argon2i_MEMLIMIT_MODERATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_MEMLIMIT_SENSITIVE
enum crypto_pwhash_argon2i_MEMLIMIT_SENSITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE
enum crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_OPSLIMIT_MODERATE
enum crypto_pwhash_argon2i_OPSLIMIT_MODERATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE
enum crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_SALTBYTES
enum crypto_pwhash_argon2i_SALTBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_argon2i_STRBYTES
enum crypto_pwhash_argon2i_STRBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

crypto_pwhash_argon2i_STRPREFIX
immutable(char*) crypto_pwhash_argon2i_STRPREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta