Searched refs:curveA (Results 1 – 1 of 1) sorted by relevance
423 public static byte getMu(ECFieldElement curveA) in getMu() argument425 return (byte)(curveA.isZero() ? -1 : 1); in getMu()428 public static byte getMu(int curveA) in getMu() argument430 return (byte)(curveA == 0 ? -1 : 1); in getMu()563 public static BigInteger[] getSi(int fieldSize, int curveA, BigInteger cofactor) in getSi() argument565 byte mu = getMu(curveA); in getSi()567 int index = fieldSize + 3 - curveA; in getSi()