crypto_generichash_init

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_generichash_init = deimos.sodium.crypto_generichash.crypto_generichash_init
  2. bool crypto_generichash_init(crypto_generichash_state state, ubyte[] key, size_t outlen)
    @nogc @trusted
    bool
    crypto_generichash_init
    (
    out crypto_generichash_state state
    ,
    scope const ubyte[] key
    ,
    const size_t outlen
    )

Meta