crypto_auth_hmacsha512_update

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

Meta