zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

Add optional support for borsh (de)serialization via borsh feature for Fp, Fq, Ep, Eq. #33

Closed parazyd closed 2 years ago

parazyd commented 2 years ago

Through the borsh feature, we can add derive macros to Fp, Fq, and Ep, Eq types. This feature is useful for developers using borsh because this allows seamless integration of pasta curves into structs that have to be serialized or deserialized using borsh.

parazyd commented 2 years ago

Superseeded by #36