efe5232cdc
Bump archive version to 7 as parallel hashes are now merkle style hashes.
9 lines
211 B
C
9 lines
211 B
C
#ifndef _SHA3_UTILS_OLD_H_
|
|
#define _SHA3_UTILS_OLD_H_
|
|
|
|
int Keccak256_par_old(uchar_t *cksum_buf, uchar_t *buf, uint64_t bytes);
|
|
|
|
int Keccak512_par_old(uchar_t *cksum_buf, uchar_t *buf, uint64_t bytes);
|
|
|
|
#endif
|
|
|