sodium v0.0.7 (2016-06-18T14:40:31Z)
Home
Dub
Repo
crypto_pwhash
sodium
crypto_pwhash
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) pure nothrow @
nogc
@
safe
int
crypto_pwhash
(
const
(
ubyte
*)
out_
,
ulong
outlen
,
const
(
char
*)
passwd
,
ulong
passwdlen
,
const
(
ubyte
*)
salt
,
ulong
opslimit
,
size_t
memlimit
,
int
alg
)
Meta
Source
See Implementation
sodium
crypto_pwhash
functions
crypto_pwhash
crypto_pwhash_alg_argon2i13
crypto_pwhash_alg_default
crypto_pwhash_memlimit_interactive
crypto_pwhash_memlimit_moderate
crypto_pwhash_memlimit_sensitive
crypto_pwhash_opslimit_interactive
crypto_pwhash_opslimit_moderate
crypto_pwhash_opslimit_sensitive
crypto_pwhash_primitive
crypto_pwhash_saltbytes
crypto_pwhash_str
crypto_pwhash_str_verify
crypto_pwhash_strbytes
crypto_pwhash_strprefix
manifest constants
crypto_pwhash_ALG_ARGON2I13
crypto_pwhash_ALG_DEFAULT
crypto_pwhash_MEMLIMIT_INTERACTIVE
crypto_pwhash_MEMLIMIT_MODERATE
crypto_pwhash_MEMLIMIT_SENSITIVE
crypto_pwhash_OPSLIMIT_INTERACTIVE
crypto_pwhash_OPSLIMIT_MODERATE
crypto_pwhash_OPSLIMIT_SENSITIVE
crypto_pwhash_SALTBYTES
crypto_pwhash_STRBYTES
variables
crypto_pwhash_PRIMITIVE
crypto_pwhash_STRPREFIX