crypto_generichash_update

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_update(crypto_generichash_state* state, const(ubyte)* in_, ulong inlen)
    @nogc nothrow extern (C) pure
    int
    crypto_generichash_update
    (,
    scope const(ubyte)* in_
    ,
    ulong inlen
    )
  2. int crypto_generichash_update(crypto_generichash_state state, const(ubyte)[] in_)

Meta