aboutsummaryrefslogtreecommitdiff
path: root/p521_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'p521_64.c')
-rw-r--r--p521_64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/p521_64.c b/p521_64.c
index 503368e0d..971aee4c3 100644
--- a/p521_64.c
+++ b/p521_64.c
@@ -6,6 +6,9 @@
/* c = [(1, 1)] (from "1,1") */
/* machine_wordsize = 64 (from "64") */
+/* Computed values: */
+/* carry_chain = [0, 1, 2, 3, 4, 5, 6, 7, 8, 0, 1] */
+
#include <stdint.h>
typedef unsigned char fiat_p521_uint1;
typedef signed char fiat_p521_int1;