aboutsummaryrefslogtreecommitdiff
path: root/p521_64.c
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-01-24 15:35:49 -0500
committerGravatar Jason Gross <jasongross9@gmail.com>2019-01-26 18:12:06 -0500
commit9b9adfa6437439cf133da6f062b0b6050a691cdf (patch)
tree7440a07ff5cad7936fb56dc6ae4cea2fc2dc05b2 /p521_64.c
parentef14767f91007ebf506f45f8d669a00f0b332345 (diff)
Also display the carry chain in a comment
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;