From af2d2226b1fa739ed9ba9a279fe771109c7a9751 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 1 Feb 2019 15:10:31 -0500 Subject: Update with davidben's and Andres' suggestions --- p256_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p256_64.c') diff --git a/p256_64.c b/p256_64.c index b9c091129..1d8b7141c 100644 --- a/p256_64.c +++ b/p256_64.c @@ -59,7 +59,7 @@ static void fiat_p256_subborrowx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat } /* - * The function fiat_p256_mulx_u64 is an extended multiplication. + * The function fiat_p256_mulx_u64 is a multiplication, returning the full double-width result. * out1 = (arg1 * arg2) mod 2^64 * ∧ out2 = ⌊arg1 * arg2 / 2^64⌋ * Input Bounds: -- cgit v1.2.3