crypto_auth_hmacsha256_final

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_auth_hmacsha256_final = deimos.sodium.crypto_auth_hmacsha256.crypto_auth_hmacsha256_final
  2. bool crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state state, ubyte[crypto_auth_hmacsha256_BYTES] out_)
    pragma(inline, true) @nogc pure @trusted
    bool
    crypto_auth_hmacsha256_final
    (
    ref crypto_auth_hmacsha256_state state
    ,
    out ubyte[crypto_auth_hmacsha256_BYTES] out_
    )

Meta