paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
172 stars 84 forks source link

fix bincode deserialization #110

Closed steverusso closed 2 years ago

steverusso commented 2 years ago

Currently, the current bincode de/serialization has a bug:

Additionally, bincode serialization isn't covered in the tests.

Therefore, this PR does the following:

Parth commented 2 years ago

Hey @sorpaas,

when will we see this deployed to crates?