Uses of Class
dk.jonaslindstrom.ruffini.elliptic.structures.ShortWeierstrassCurveAffine
Packages that use ShortWeierstrassCurveAffine
Package
Description
-
Uses of ShortWeierstrassCurveAffine in dk.jonaslindstrom.ruffini.elliptic.algorithms
Constructors in dk.jonaslindstrom.ruffini.elliptic.algorithms with parameters of type ShortWeierstrassCurveAffineModifierConstructorDescriptionMillersAlgorithm
(ShortWeierstrassCurveAffine<E, ?> curve) OptimalAtePairing
(java.util.function.Function<E1, E2> g1embedding, ShortWeierstrassCurveAffine<E2, ?> curve2, java.util.function.Function<E2, ET> g2embedding, Field<ET> ft, java.util.function.Function<AffinePoint<E1>, SamePair<ET>> twist, BigInteger p, BigInteger r, int k) WeilPairing
(ShortWeierstrassCurveAffine<E, ?> curve) -
Uses of ShortWeierstrassCurveAffine in dk.jonaslindstrom.ruffini.elliptic.structures
Methods in dk.jonaslindstrom.ruffini.elliptic.structures that return types with arguments of type ShortWeierstrassCurveAffineModifier and TypeMethodDescriptionPair<ShortWeierstrassCurveAffine<E,
F>, java.util.function.UnaryOperator<AffinePoint<E>>> MontgomeryCurve.getCorrespondingWeierstrassCurve()
-
Uses of ShortWeierstrassCurveAffine in dk.jonaslindstrom.ruffini.elliptic.structures.bls12381
Fields in dk.jonaslindstrom.ruffini.elliptic.structures.bls12381 declared as ShortWeierstrassCurveAffineModifier and TypeFieldDescriptionstatic ShortWeierstrassCurveAffine<BigInteger,
?> BLS12381.G1
Curve overFP
containing the G1 subgroup.static ShortWeierstrassCurveAffine<Polynomial<BigInteger>,
?> BLS12381.G2
Curve overFP2
containing the G2 subgroup. -
Uses of ShortWeierstrassCurveAffine in dk.jonaslindstrom.ruffini.elliptic.structures.bn254
Fields in dk.jonaslindstrom.ruffini.elliptic.structures.bn254 declared as ShortWeierstrassCurveAffineModifier and TypeFieldDescriptionstatic ShortWeierstrassCurveAffine<BigInteger,
?> BN254.G1
Curve overFP
containing the G1 subgroup.static ShortWeierstrassCurveAffine<Polynomial<BigInteger>,
?> BN254.G2
Curve overFP2
containing the G2 subgroup.