aboutsummaryrefslogtreecommitdiff
path: root/secp256k1_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'secp256k1_64.c')
-rw-r--r--secp256k1_64.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/secp256k1_64.c b/secp256k1_64.c
index 53487afa9..c78e31453 100644
--- a/secp256k1_64.c
+++ b/secp256k1_64.c
@@ -1,13 +1,12 @@
/* Autogenerated */
/* curve description: secp256k1 */
/* requested operations: (all) */
-/* s = 0x10000000000000000000000000000000000000000000000000000000000000000 (from "2^256") */
-/* c = [(4294967296, 1), (1, 977)] (from "2^32,1;1,977") */
+/* m = 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f (from "2^256 - 2^32 - 977") */
/* 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. */