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 --- p448_solinas_64.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'p448_solinas_64.c') diff --git a/p448_solinas_64.c b/p448_solinas_64.c index af57a7611..37cb13e10 100644 --- a/p448_solinas_64.c +++ b/p448_solinas_64.c @@ -6,6 +6,9 @@ /* c = [(26959946667150639794667015087019630673637144422540572481103610249216, 1), (1, 1)] (from "2^224,1;1,1") */ /* machine_wordsize = 64 (from "64") */ +/* Computed values: */ +/* carry_chain = [3, 7, 4, 0, 5, 1, 6, 2, 7, 3, 4, 0] */ + #include typedef unsigned char fiat_p448_uint1; typedef signed char fiat_p448_int1; -- cgit v1.2.3