Fabcoin Core  0.16.2
P2P Digital Currency
Functions
blake.cpp File Reference
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include "blake.h"
Include dependency graph for blake.cpp:

Go to the source code of this file.

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)
 

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function: