aboutsummaryrefslogtreecommitdiff
path: root/secp256k1_32.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 /secp256k1_32.c
parentad2af1d46963f9496d56a6185100fb34199854e7 (diff)
Update with davidben's and Andres' suggestions
Diffstat (limited to 'secp256k1_32.c')
-rw-r--r--secp256k1_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secp256k1_32.c b/secp256k1_32.c
index bf7e4fb7d..354338e62 100644
--- a/secp256k1_32.c
+++ b/secp256k1_32.c
@@ -57,7 +57,7 @@ static void fiat_secp256k1_subborrowx_u32(uint32_t* out1, fiat_secp256k1_uint1*
}
/*
- * The function fiat_secp256k1_mulx_u32 is an extended multiplication.
+ * The function fiat_secp256k1_mulx_u32 is a multiplication, returning the full double-width result.
* out1 = (arg1 * arg2) mod 2^32
* ∧ out2 = ⌊arg1 * arg2 / 2^32⌋
* Input Bounds: