Searched refs:Montgomery (Results 1 – 6 of 6) sorted by relevance
556 function Montgomery(m) { class608 Montgomery.prototype.convert = montConvert;609 Montgomery.prototype.revert = montRevert;610 Montgomery.prototype.reduce = montReduce;611 Montgomery.prototype.mulTo = montMulTo;612 Montgomery.prototype.sqrTo = montSqrTo;636 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);1112 z = new Montgomery(m);
7 Copyright (C) 2005 Jean-Marc Valin, CSIRO, Christopher Montgomery
9 Obsoletes: 3534 C. Montgomery698 Christopher Montgomery
742 Montgomery and the Xiph.Org foundation have done in defining the Ogg747 technical and typo corrections that C. Montgomery and the Ogg
1284 Lazzaro, Jack Moffitt, Christopher Montgomery, Colin Perkins, Barry
724 - * NOTE: Curve25519 was specified in Montgomery form. Rewriting in Weierstrass form751 + // * NOTE: Curve25519 was specified in Montgomery form. Rewriting in Weierstrass form