crypto_hash_sha512_update

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

Meta