ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Serialization doesn't work with bincode #158

Closed elichai closed 2 years ago

elichai commented 2 years ago

Serializing Points/Scalars with bincode currently fails: Custom("invalid type: sequence, expected scalar of ed25519 curve"). I assume this is related to the fact that we only implement visit_map (which works for json) but I'm not 100% sure