HomeSort by relevance Sort by last modified time
    Searched defs:Uh (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 329 BigInteger Uh = ECConstants.ONE;
342 Uh = modMult(Uh, Vh);
349 Uh = modReduce(Uh.multiply(Vl).subtract(Ql));
357 Uh = modReduce(Uh.multiply(Vl).subtract(Ql));
363 Uh = modMult(Uh, Vl);
368 return new BigInteger[]{ Uh, Vl }
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 70 milliseconds