chloride v0.2.1 (2017-04-07T15:13:57Z)
Dub
Repo
PwHash.Salt
chloride
password
PwHash
Undocumented in source.
alias
Salt
=
ubyte
[
crypto_pwhash_scryptsalsa208sha256_SALTBYTES
]
template
PwHash
(Algorithm alg)
static if
(
alg == Algorithm.Scrypt
)
alias
Salt
=
ubyte
[
crypto_pwhash_scryptsalsa208sha256_SALTBYTES
]
alias
Salt
=
ubyte
[
crypto_pwhash_SALTBYTES
]
Meta
Source
See Implementation
chloride
password
PwHash
aliases
PwStringBytes
Salt
makeSalt
functions
hashPassword
hashPasswordBuffer
verifyPassword
manifest constants
interactivePwHashConfig
moderatePwHashConfig
sensitivePwHashConfig