Closed jstuczyn closed 2 years ago
Inspired by https://github.com/zkcrypto/bls12_381/issues/35 and subsequently https://github.com/zkcrypto/bls12_381/pull/38, this pull request introduces feature-gated serde support for the following:
Scalar
G1Affine
G1Projective
G2Affine
G2Projective
Where applicable, the compressed form is used over the uncompressed variant.
Inspired by https://github.com/zkcrypto/bls12_381/issues/35 and subsequently https://github.com/zkcrypto/bls12_381/pull/38, this pull request introduces feature-gated serde support for the following:
Scalar
G1Affine
andG1Projective
G2Affine
andG2Projective
Where applicable, the compressed form is used over the uncompressed variant.