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_32.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'p521_32.c') 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 typedef unsigned char fiat_p521_uint1; typedef signed char fiat_p521_int1; -- cgit v1.2.3