Module sodiumoxide::crypto::pwhash::scryptsalsa208sha256
[−]
[src]
crypto_pwhash_scryptsalsa208sha256, a particular combination of Scrypt, Salsa20/8
and SHA-256
Structs
| HashedPassword |
|
| MemLimit |
|
| OpsLimit |
|
| Salt |
|
Constants
| HASHEDPASSWORDBYTES |
Number of bytes in a |
| MEMLIMIT_INTERACTIVE |
Safe base line for |
| MEMLIMIT_SENSITIVE |
|
| OPSLIMIT_INTERACTIVE |
Safe base line for |
| OPSLIMIT_SENSITIVE |
|
| SALTBYTES |
Number of bytes in a |
| STRPREFIX |
All |
Functions
| derive_key |
The |
| gen_salt |
|
| pwhash |
The |
| pwhash_verify |
|