Commit ad4fcf7a authored by Robert Ransom's avatar Robert Ransom
Browse files

Remove false statement from comment

parent f5dfe557
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -89,8 +89,7 @@ fscalar_product(felem output, const felem in, const limb scalar) {

/* Multiply two numbers: output = in2 * in
 *
 * output must be distinct to both inputs. The inputs are reduced coefficient
 * form, the output is not.
 * output must be distinct to both inputs.
 *
 * Assumes that in[i] < 2**55 and likewise for in2.
 * On return, output[i] < 2**52