laysakura / serde-encrypt

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

incremental Nonce support #12

Closed laysakura closed 3 years ago

laysakura commented 3 years ago

though crypto_box crate does not https://docs.rs/crypto_box/0.6.0/crypto_box/fn.generate_nonce.html (but simple to implement)

(receiver must hold the latest counter as state).

laysakura commented 3 years ago

https://github.com/laysakura/serde-encrypt/issues/76 is better written