deps and verbos

This commit is contained in:
Jordi Baylina
2020-07-02 05:33:31 +02:00
parent 1a5f7d1a2b
commit 744d3b241c
6 changed files with 25 additions and 16 deletions

View File

@@ -504,7 +504,7 @@ class BuilderC {
function addShortMontgomeryNegative(a) {
const b = self.F.neg(a);
const b = -Scalar.toNumber(self.F.neg(a));
return `${b.toString()}, 0x40000000, { ${getLongString(toMontgomery(a))} }`;
}