We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6cffb8 + 5c877f5 commit c209ffcCopy full SHA for c209ffc
lib/source/cmac_mode.c
@@ -36,7 +36,7 @@
36
#include <tinycrypt/utils.h>
37
38
/* max number of calls until change the key (2^48).*/
39
-static uint64_t MAX_CALLS = ((uint64_t)1 << 48);
+const static uint64_t MAX_CALLS = ((uint64_t)1 << 48);
40
41
/*
42
* gf_wrap -- In our implementation, GF(2^128) is represented as a 16 byte
0 commit comments