This commit is contained in:
2025-05-22 10:03:13 +01:00
parent dcbb319204
commit e948dbbac6
2 changed files with 84 additions and 19 deletions

4
sha3.h
View File

@@ -15,6 +15,10 @@
#define ROTL64(x, y) (((x) << (y)) | ((x) >> (64 - (y))))
#endif
#ifndef ROTL32
#define ROTL32(x, y) (((x) << (y)) | ((x) >> (32 - (y))))
#endif
// state context
typedef struct {
union { // state: