Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Typedefs | Functions
blake.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  blake2b_state_s
 

Typedefs

typedef struct blake2b_state_s blake2b_state_t
 

Functions

void zcash_blake2b_init (blake2b_state_t *st, uint8_t hash_len, uint32_t n, uint32_t k)
 
void zcash_blake2b_update (blake2b_state_t *st, const uint8_t *_msg, uint32_t msg_len, uint32_t is_final)
 
void zcash_blake2b_final (blake2b_state_t *st, uint8_t *out, uint8_t outlen)
 

Typedef Documentation

Function Documentation

void zcash_blake2b_final ( blake2b_state_t st,
uint8_t *  out,
uint8_t  outlen 
)

Definition at line 105 of file blake.cpp.

void zcash_blake2b_init ( blake2b_state_t st,
uint8_t  hash_len,
uint32_t  n,
uint32_t  k 
)

Definition at line 34 of file blake.cpp.

void zcash_blake2b_update ( blake2b_state_t st,
const uint8_t *  _msg,
uint32_t  msg_len,
uint32_t  is_final 
)

Definition at line 78 of file blake.cpp.