crypto_pwhash_str

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_pwhash_str = deimos.sodium.crypto_pwhash.crypto_pwhash_str
  2. bool crypto_pwhash_str(char[crypto_pwhash_STRBYTES] out_, string passwd, ulong opslimit, size_t memlimit)
    pragma(inline, true) pure nothrow @nogc @trusted
    bool
    crypto_pwhash_str
    (
    out char[crypto_pwhash_STRBYTES] out_
    ,
    scope const string passwd
    ,
    const ulong opslimit
    ,
    const size_t memlimit
    )

Meta