laysakura / serde-encrypt

🔐 Encrypts all the Serialize.
Apache License 2.0
175 stars 6 forks source link

serde data formats other than CBOR #17

Closed laysakura closed 3 years ago

laysakura commented 3 years ago

https://serde.rs/#data-formats

laysakura commented 3 years ago

bincode would be the best choice for performance

laysakura commented 3 years ago

ah, bincode does not support no_std. https://docs.rs/postcard/0.7.0/postcard/ would be good choice but consider it later.

laysakura commented 3 years ago

sgx requirements:

laysakura commented 3 years ago