Searched refs:MONTGOMERY_INTRINSIC_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
289 private static final int MONTGOMERY_INTRINSIC_THRESHOLD = 512; field in BigInteger2771 if (len > MONTGOMERY_INTRINSIC_THRESHOLD) { in montgomeryMultiply()2782 if (len > MONTGOMERY_INTRINSIC_THRESHOLD) { in montgomerySquare()