- blake2s
int blake2s(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.
- blake2s
int blake2s(ubyte* hash, int size, ubyte[] input, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2s
int blake2s(ubyte[] hash, ubyte[] input, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2sFinal
int blake2sFinal(State* S, void* pout, size_t outlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2sInit
int blake2sInit(State* S, size_t outlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2sInitKey
int blake2sInitKey(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.
- blake2sInitParam
int blake2sInitParam(State* S, Param* P)
Undocumented in source. Be warned that the author may not have intended to support it.
- blake2sUpdate
int blake2sUpdate(State* S, const(void)* pin, size_t inlen)
Undocumented in source. Be warned that the author may not have intended to support it.