aboutsummaryrefslogtreecommitdiff
path: root/p384_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'p384_64.c')
-rw-r--r--p384_64.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/p384_64.c b/p384_64.c
index bdeb0c7bf..c82ab721c 100644
--- a/p384_64.c
+++ b/p384_64.c
@@ -1,13 +1,12 @@
/* Autogenerated */
/* curve description: p384 */
/* requested operations: (all) */
-/* s = 0x1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (from "2^384") */
-/* c = [(340282366920938463463374607431768211456, 1), (79228162514264337593543950336, 1), (4294967296, -1), (1, 1)] (from "2^128,1;2^96,1;2^32,-1;1,1") */
+/* m = 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff (from "2^384 - 2^128 - 2^96 + 2^32 - 1") */
/* machine_wordsize = 64 (from "64") */
/* */
/* NOTE: In addition to the bounds specified above each function, all */
/* functions synthesized for this Montgomery arithmetic require the */
-/* input to be strictly less than the prime modulus (s-c), and also */
+/* input to be strictly less than the prime modulus (m), and also */
/* require the input to be in the unique saturated representation. */
/* All functions also ensure that these two properties are true of */
/* return values. */