crypto_generichash_update

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

Meta