public class BLS12_381G2
extends java.lang.Object
E(Fp^2) defined by y^2 = x^3 + 4 * (1 + I) over Fp^2.| Modifier and Type | Field and Description |
|---|---|
static java.math.BigInteger |
COFACTOR
G2 cofactor.
|
static java.math.BigInteger |
H_EFF
Effective cofactor for hash-to-curve (RFC 9380 sec. 8.8.2).
|
static java.math.BigInteger |
ORDER
G2 prime-order subgroup order — identical to G1's, since pairing-friendly
curves have G1 and G2 share the same scalar field.
|
| Modifier and Type | Method and Description |
|---|---|
static BLS12_381G2Point |
getGenerator() |
public static final java.math.BigInteger ORDER
public static final java.math.BigInteger COFACTOR
public static final java.math.BigInteger H_EFF
public static BLS12_381G2Point getGenerator()