crypto.blake2.blake2s

Undocumented in source.

Members

Enums

CONSTANT
enum CONSTANT

Undocumented in source.

Functions

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.

Structs

Param
struct Param

Undocumented in source.

State
struct State

Undocumented in source.

Variables

B128
auto B128;

Undocumented in source.

B256
auto B256;

Undocumented in source.

state
State state;

Undocumented in source.

Meta