- blake2b
int blake2b(void* pout, size_t outlen, const(void)* pin, size_t inlen, const(void)* key, size_t keylen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2b
int blake2b(ubyte* hash, int size, ubyte[] input, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2b
int blake2b(ubyte[] hash, ubyte[] input, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2bFinal
int blake2bFinal(State* S, void* pout, size_t outlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2bInit
int blake2bInit(State* S, size_t outlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2bInitKey
int blake2bInitKey(State* S, size_t outlen, const(void)* key, size_t keylen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2bInitParam
int blake2bInitParam(State* S, Param* P)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2bUpdate
int blake2bUpdate(State* S, const(void)* pin, size_t inlen)
Undocumented in source. Be warned that the author may not have intended to support it.