crypto_generichash_blake2b

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@nogc nothrow extern (C)
int
crypto_generichash_blake2b
(
ubyte* out_
,
size_t outlen
,
const(ubyte)* in_
,
ulong inlen
,
const(ubyte)* key
,
size_t keylen
)

Meta