libsodium.crypto_pwhash

D language bindings for libsodium's crypto_pwhash.h

Members

Functions

crypto_pwhash
int crypto_pwhash(ubyte* out_, ulong outlen, char* passwd, ulong passwdlen, 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_alg_argon2i13
int crypto_pwhash_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_alg_argon2id13
int crypto_pwhash_alg_argon2id13()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_alg_default
int crypto_pwhash_alg_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_bytes_max
size_t crypto_pwhash_bytes_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_bytes_min
size_t crypto_pwhash_bytes_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_memlimit_interactive
size_t crypto_pwhash_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_memlimit_max
size_t crypto_pwhash_memlimit_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_memlimit_min
size_t crypto_pwhash_memlimit_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_memlimit_moderate
size_t crypto_pwhash_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_memlimit_sensitive
size_t crypto_pwhash_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_opslimit_interactive
size_t crypto_pwhash_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_opslimit_max
size_t crypto_pwhash_opslimit_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_opslimit_min
size_t crypto_pwhash_opslimit_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_opslimit_moderate
size_t crypto_pwhash_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_opslimit_sensitive
size_t crypto_pwhash_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_passwd_max
size_t crypto_pwhash_passwd_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_passwd_min
size_t crypto_pwhash_passwd_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_primitive
const(char)* crypto_pwhash_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_saltbytes
size_t crypto_pwhash_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_str
int crypto_pwhash_str(char[crypto_pwhash_STRBYTES] out_, 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_str_alg
int crypto_pwhash_str_alg(char[crypto_pwhash_STRBYTES] out_, char* passwd, ulong passwdlen, 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_str_needs_rehash
int crypto_pwhash_str_needs_rehash(const(char)[crypto_pwhash_STRBYTES] str, 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_str_verify
int crypto_pwhash_str_verify(const(char)[crypto_pwhash_STRBYTES] str, 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_strbytes
size_t crypto_pwhash_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_strprefix
const(char)* crypto_pwhash_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_ALG_ARGON2I13
enum crypto_pwhash_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_ALG_ARGON2ID13
enum crypto_pwhash_ALG_ARGON2ID13;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_ALG_DEFAULT
enum crypto_pwhash_ALG_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_BYTES_MAX
enum crypto_pwhash_BYTES_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_BYTES_MIN
enum crypto_pwhash_BYTES_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_MEMLIMIT_INTERACTIVE
enum crypto_pwhash_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_MEMLIMIT_MAX
enum crypto_pwhash_MEMLIMIT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_MEMLIMIT_MIN
enum crypto_pwhash_MEMLIMIT_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_MEMLIMIT_MODERATE
enum crypto_pwhash_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_MEMLIMIT_SENSITIVE
enum crypto_pwhash_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_OPSLIMIT_INTERACTIVE
enum crypto_pwhash_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_OPSLIMIT_MAX
enum crypto_pwhash_OPSLIMIT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_OPSLIMIT_MIN
enum crypto_pwhash_OPSLIMIT_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_OPSLIMIT_MODERATE
enum crypto_pwhash_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_OPSLIMIT_SENSITIVE
enum crypto_pwhash_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_PASSWD_MAX
enum crypto_pwhash_PASSWD_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_PASSWD_MIN
enum crypto_pwhash_PASSWD_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_PRIMITIVE
enum crypto_pwhash_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_SALTBYTES
enum crypto_pwhash_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_STRBYTES
enum crypto_pwhash_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_STRPREFIX
enum crypto_pwhash_STRPREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

ISC (see LICENSE.txt)