unrarsrc
6.1.7
About: unrar extracts, views and tests the contents of archives created with the RAR archiver.
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | Blake2ThreadData |
Macros | |
#define | PARALLELISM_DEGREE 8 |
Functions | |
void | blake2sp_init (blake2sp_state *S) |
void | blake2sp_update (blake2sp_state *S, const byte *in, size_t inlen) |
void | blake2sp_final (blake2sp_state *S, byte *digest) |
#define PARALLELISM_DEGREE 8 |
Definition at line 14 of file blake2sp.cpp.
void blake2sp_final | ( | blake2sp_state * | S, |
byte * | digest | ||
) |
Definition at line 131 of file blake2sp.cpp.
References BLAKE2S_BLOCKBYTES, blake2s_final(), BLAKE2S_OUTBYTES, blake2s_update(), PARALLELISM_DEGREE, and S.
Referenced by DataHash::Result().
void blake2sp_init | ( | blake2sp_state * | S | ) |
Definition at line 16 of file blake2sp.cpp.
References blake2s_init_param(), PARALLELISM_DEGREE, and S.
Referenced by DataHash::Init().
void blake2sp_update | ( | blake2sp_state * | S, |
const byte * | in, | ||
size_t | inlen | ||
) |
Definition at line 67 of file blake2sp.cpp.
References BLAKE2S_BLOCKBYTES, blake2s_update(), Blake2ThreadData::in, Blake2ThreadData::inlen, PARALLELISM_DEGREE, Blake2ThreadData::S, S, and Blake2ThreadData::Update().
Referenced by DataHash::Update().