crypto_generichash_final

@safe wrapper around crypto_generichash_final

  1. int crypto_generichash_final(crypto_generichash_state* state, ubyte* out_, size_t outlen)
  2. int crypto_generichash_final(crypto_generichash_state state, ubyte[] out_)
    @nogc nothrow extern (C) extern (D) @trusted pure
    int
    crypto_generichash_final
    (,
    scope ubyte[] out_
    )

Meta