aboutsummaryrefslogtreecommitdiff
path: root/p521_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'p521_32.c')
-rw-r--r--p521_32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/p521_32.c b/p521_32.c
index 7d929b584..6bc3ae0b4 100644
--- a/p521_32.c
+++ b/p521_32.c
@@ -6,6 +6,9 @@
/* c = [(1, 1)] (from "1,1") */
/* machine_wordsize = 32 (from "32") */
+/* Computed values: */
+/* carry_chain = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 0, 1] */
+
#include <stdint.h>
typedef unsigned char fiat_p521_uint1;
typedef signed char fiat_p521_int1;