LayerXcom / confidential-computing-modules

A Module for Privacy-preserving State Transitions with Verifiability
90 stars 9 forks source link

Consider serialization libraries #63

Open osuketh opened 4 years ago

osuketh commented 4 years ago

Currently, it's used parity-scale-codec, which is compatible with no-std environment. Or we can use serde ecosystem.

osuketh commented 4 years ago

Currently. serde_bytes is used to serialize/deserialize to bytes. https://github.com/LayerXcom/anonify/blob/35a0ed3e6413d1d8fbaecf1fc734796e882618aa/wallet/src/lib.rs#L30-L35

https://github.com/servo/bincode