Loading curve25519-donna.c +1 −2 Original line number Diff line number Diff line Loading @@ -317,8 +317,7 @@ static void freduce_coefficients(limb *output) { /* A helpful wrapper around fproduct: output = in * in2. * * output must be distinct to both inputs. The output is reduced degree and * reduced coefficient. * The output is reduced degree and reduced coefficient. */ static void fmul(limb *output, const limb *in, const limb *in2) { Loading Loading
curve25519-donna.c +1 −2 Original line number Diff line number Diff line Loading @@ -317,8 +317,7 @@ static void freduce_coefficients(limb *output) { /* A helpful wrapper around fproduct: output = in * in2. * * output must be distinct to both inputs. The output is reduced degree and * reduced coefficient. * The output is reduced degree and reduced coefficient. */ static void fmul(limb *output, const limb *in, const limb *in2) { Loading