From 9b9adfa6437439cf133da6f062b0b6050a691cdf Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 24 Jan 2019 15:35:49 -0500 Subject: Also display the carry chain in a comment --- p521_64.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'p521_64.c') 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 typedef unsigned char fiat_p521_uint1; typedef signed char fiat_p521_int1; -- cgit v1.2.3