crypto_generichash_final

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int crypto_generichash_final(crypto_generichash_state* state, ubyte* out_, size_t outlen)
    @nogc nothrow extern (C) pure
    int
    crypto_generichash_final
    (,
    scope ubyte* out_
    ,
    const size_t outlen
    )
  2. int crypto_generichash_final(crypto_generichash_state state, ubyte[] out_)

Meta