HomeSort by relevance Sort by last modified time
    Searched refs:Montgomery (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 33 // mladder uses a Montgomery ladder to calculate (xr/zr) *= s.
  /external/v8/benchmarks/
crypto.js 555 // Montgomery reduction
556 function Montgomery(m) {
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);
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
const.go 25 // A is a constant in the Montgomery-form of curve25519.
    [all...]

Completed in 1135 milliseconds