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