public final class MathKeyUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.math.BigInteger |
f2mMultiply(java.math.BigInteger a,
java.math.BigInteger b) |
static java.math.BigInteger |
f2mReduce(java.math.BigInteger input,
java.math.BigInteger reductionPolynom,
int bitLength) |
static java.math.BigInteger |
f2mSum(java.math.BigInteger... values) |
public static java.math.BigInteger f2mSum(java.math.BigInteger... values)
public static java.math.BigInteger f2mMultiply(java.math.BigInteger a,
java.math.BigInteger b)
public static java.math.BigInteger f2mReduce(java.math.BigInteger input,
java.math.BigInteger reductionPolynom,
int bitLength)