crypto.blake2.blake2b

Undocumented in source.

Members

Enums

CONSTANT
enum CONSTANT

Undocumented in source.

Functions

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.

Structs

Param
struct Param

Undocumented in source.

State
struct State

Undocumented in source.

Variables

B160
auto B160;

Undocumented in source.

B256
auto B256;

Undocumented in source.

B384
auto B384;

Undocumented in source.

B512
auto B512;

Undocumented in source.

state
State state;

Undocumented in source.

Meta