aboutsummaryrefslogtreecommitdiff
path: root/p384_64.c
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-02-01 15:10:31 -0500
committerGravatar Jason Gross <jasongross9@gmail.com>2019-02-02 18:22:15 -0500
commitaf2d2226b1fa739ed9ba9a279fe771109c7a9751 (patch)
tree563b374d8b8c2b10f3f82e82c7c90c63e1b7a05c /p384_64.c
parentad2af1d46963f9496d56a6185100fb34199854e7 (diff)
Update with davidben's and Andres' suggestions
Diffstat (limited to 'p384_64.c')
-rw-r--r--p384_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p384_64.c b/p384_64.c
index 831e8b2ad..1f2c4c468 100644
--- a/p384_64.c
+++ b/p384_64.c
@@ -59,7 +59,7 @@ static void fiat_p384_subborrowx_u64(uint64_t* out1, fiat_p384_uint1* out2, fiat
}
/*
- * The function fiat_p384_mulx_u64 is an extended multiplication.
+ * The function fiat_p384_mulx_u64 is a multiplication, returning the full double-width result.
* out1 = (arg1 * arg2) mod 2^64
* ∧ out2 = ⌊arg1 * arg2 / 2^64⌋
* Input Bounds: