Added array size macro
This commit is contained in:
@@ -59,6 +59,8 @@ typedef enum
|
||||
|
||||
#define KECCAK256_HASH_LENGTH 32
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t length;
|
||||
|
||||
Reference in New Issue
Block a user