crypto_generichash_init

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_init(crypto_generichash_state* state, const(ubyte)* key, size_t keylen, size_t outlen)
    @nogc nothrow extern (C) pure
    int
    crypto_generichash_init
    (,
    scope const(ubyte)* key
    ,
    const size_t keylen
    ,
    const size_t outlen
    )
  2. int crypto_generichash_init(crypto_generichash_state state, const(ubyte)[] key, size_t outlen)

Meta