Class Serialization
java.lang.Object
dk.jonaslindstrom.ruffini.elliptic.structures.bls12381.Serialization
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic AffinePoint<BigInteger>deserializeG1(byte[] bytes) static AffinePoint<Polynomial<BigInteger>>deserializeG2(byte[] bytes) static byte[]serializeG1(AffinePoint<BigInteger> point, boolean compress) static byte[]serializeG2(AffinePoint<Polynomial<BigInteger>> point, boolean compressed) 
- 
Method Details- 
serializeG1
- 
deserializeG1
- 
deserializeG2
- 
serializeG2
 
-