Searched refs:subN (Results 1 – 1 of 1) sorted by relevance
3088 c += subN(n, mod, mlen); in montReduce()3091 subN(n, mod, mlen); in montReduce()3116 private static int subN(int[] a, int[] b, int len) { in subN() method