w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Implement Serialization for `Double` Schemes #65

Closed drskalman closed 1 year ago

drskalman commented 1 year ago

We need serialization for DoublePublicKey, DoubleKeyPair and DoubleSignature. This requires to implement serialization for SchnorrProof.

drskalman commented 1 year ago

Done in #f4aa813