Better macro naming for hash length

This commit is contained in:
Alexandre Paillier
2022-03-31 17:11:46 +02:00
parent c53a4299a3
commit 223aa10a58
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ typedef enum
#define TYPESIZE_MASK (1 << 6)
#define TYPENAME_ENUM (0xF)
#define KECCAK256_HASH_LENGTH 32
#define KECCAK256_HASH_BYTESIZE 32
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))