sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_auth_hmacsha256_init
wrapper
sodium
crypto_auth_hmacsha256
This alternative API supports a key of arbitrary length
alias
crypto_auth_hmacsha256_init
=
deimos
.
sodium
.
crypto_auth_hmacsha256
.
crypto_auth_hmacsha256_init
bool
crypto_auth_hmacsha256_init
(crypto_auth_hmacsha256_state state, ubyte[] skey)
pragma(
inline
, true) @
nogc
pure @
trusted
bool
crypto_auth_hmacsha256_init
(
out
crypto_auth_hmacsha256_state
state
,
scope
const
ubyte
[]
skey
)
Meta
Source
See Implementation
wrapper
sodium
crypto_auth_hmacsha256
aliases
crypto_auth_hmacsha256
crypto_auth_hmacsha256_final
crypto_auth_hmacsha256_init
crypto_auth_hmacsha256_update
crypto_auth_hmacsha256_verify
This alternative API supports a key of arbitrary length