aboutsummaryrefslogtreecommitdiff
path: root/p256_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'p256_32.c')
-rw-r--r--p256_32.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/p256_32.c b/p256_32.c
index 24b3fe8ca..f75ede5b4 100644
--- a/p256_32.c
+++ b/p256_32.c
@@ -1,13 +1,12 @@
/* Autogenerated */
/* curve description: p256 */
/* requested operations: (all) */
-/* s = 0x10000000000000000000000000000000000000000000000000000000000000000 (from "2^256") */
-/* c = [(26959946667150639794667015087019630673637144422540572481103610249216, 1), (6277101735386680763835789423207666416102355444464034512896, -1), (79228162514264337593543950336, -1), (1, 1)] (from "2^224,1;2^192,-1;2^96,-1;1,1") */
+/* m = 0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff (from "2^256 - 2^224 + 2^192 + 2^96 - 1") */
/* machine_wordsize = 32 (from "32") */
/* */
/* 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. */