crypto_pwhash_str_verify

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

Meta