Home
last modified time | relevance | path

Searched refs:Montgomery (Results 1 – 6 of 6) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js556 function Montgomery(m) { class
608 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);
/external/speex/
DNOTICE7 Copyright (C) 2005 Jean-Marc Valin, CSIRO, Christopher Montgomery
/external/libogg/doc/
Drfc5334.txt9 Obsoletes: 3534 C. Montgomery
698 Christopher Montgomery
Drfc3533.txt742 Montgomery and the Xiph.Org foundation have done in defining the Ogg
747 technical and typo corrections that C. Montgomery and the Ogg
/external/libvorbis/doc/
Drfc5215.txt1284 Lazzaro, Jack Moffitt, Christopher Montgomery, Colin Perkins, Barry
/external/bouncycastle/patches/
Dbcprov.patch724 - * NOTE: Curve25519 was specified in Montgomery form. Rewriting in Weierstrass form
751 + // * NOTE: Curve25519 was specified in Montgomery form. Rewriting in Weierstrass form