paritytech / libsecp256k1

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

Make serde optional #154

Open kevinheavey opened 2 months ago

kevinheavey commented 2 months ago

Problem: currently we have to compile serde to use this crate even if not using any of the serde functionality.

Solution: add a serde feature to allow opting out of serde