Wire Sysio Wire Sysion 1.0.0
|
#include <blake2.hpp>
Public Types | |
enum | blake2b_constant { BLAKE2B_BLOCKBYTES = 128 } |
Public Member Functions | |
void | blake2b_compress (blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES], size_t r, const yield_function_t &yield) |
Definition at line 26 of file blake2.hpp.
Enumerator | |
---|---|
BLAKE2B_BLOCKBYTES |
Definition at line 28 of file blake2.hpp.
void fc::blake2b_wrapper::blake2b_compress | ( | blake2b_state * | S, |
const uint8_t | block[BLAKE2B_BLOCKBYTES], | ||
size_t | r, | ||
const yield_function_t & | yield ) |
Definition at line 67 of file blake2.cpp.