Hide the serde implementations behind a serde
feature
#353
Labels
area:cryptography
anything related to cryptographic primitives, hashing and ZKP
area:serialization-serde
Related to De/Serialization of PLONK's data structures
status:minor
Low priority improvements
team:Core
Low Level Core Development Team (Rust)
We should only need to compile
serde
when we indeed want to use it. But sometimes this is not necessary, and therefore, we should make it's implementation across the repo gate-featured behind aserde
gate.The text was updated successfully, but these errors were encountered: