zcash-hackworks / bn

Pairing cryptography library in Rust
Other
161 stars 133 forks source link

Make Gt serializable #19

Open schanzen opened 7 years ago

schanzen commented 7 years ago

Hi,

We needed Gt to be serializabe. This approach might not be the cleanest solution as I am still a rust newbie, but it does the job for us currently.

OTOH, you might want to replace serialisation with serde soon anyway...

BR Martin

mersinvald commented 5 years ago

@schanzen there's a serde serialization implemented in our fork at @ETC-Labs, if you're interested.