crypto_pwhash

Key derivation

  1. alias crypto_pwhash = deimos.sodium.crypto_pwhash.crypto_pwhash
  2. bool crypto_pwhash(ubyte[] out_, string passwd, ubyte[crypto_pwhash_SALTBYTES] salt, ulong opslimit, size_t memlimit, int alg)
    @nogc @trusted
    bool
    crypto_pwhash
    (
    scope ubyte[] out_
    ,
    scope const string passwd
    ,
    const ubyte[crypto_pwhash_SALTBYTES] salt
    ,
    ulong opslimit
    ,
    size_t memlimit
    ,
    int alg
    )

Meta