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

  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
Ed25519.java 54 private static final int POINT_SIZE_BITS = 256;
124 if (k.bitLength() > POINT_SIZE_BITS) {
126 "Refuse to multiply point by scalar with more than " + POINT_SIZE_BITS + " bits");
133 for (int i = 0; i < POINT_SIZE_BITS; i++) {
139 if (i < POINT_SIZE_BITS - 1) {
D2DSpakeEd25519Handshake.java 221 private static final int POINT_SIZE_BITS = 256;
277 valueX = new BigInteger(POINT_SIZE_BITS, new SecureRandom());

Completed in 1006 milliseconds