We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da597e3 commit 8b2c0f7Copy full SHA for 8b2c0f7
1 file changed
wolfcrypt/src/ascon.c
@@ -45,6 +45,9 @@
45
#ifndef WORD64_AVAILABLE
46
#error "Ascon implementation requires a 64-bit word"
47
#endif
48
+#ifdef BIG_ENDIAN_ORDER
49
+ #error "Ascon not yet supported on big-endian systems"
50
+#endif
51
52
/* Data block size in bytes */
53
#define ASCON_HASH256_RATE 8
0 commit comments