crypto_auth_hmacsha256_init

This alternative API supports a key of arbitrary length

  1. alias crypto_auth_hmacsha256_init = deimos.sodium.crypto_auth_hmacsha256.crypto_auth_hmacsha256_init
  2. 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