-
https://github.com/laysakura/serde-encrypt/runs/2909762920
-
```rust
#[serde_encrypt::Encrypt(bob_pubkey = "...")]
struct X { ... }
```
?
-
> serde-encrypt supports both shared-key encryption (XChaCha20-Poly1305) and public-key encryption (XChaCha20-Poly1305 with X25513 key-exchange)
> X25513
Is it something new or just mistyped "X2…
-
https://github.com/mesalock-linux/serde-sgx/
-
- GitHub OGP (1280×640px)
-
see: https://github.com/laysakura/serde-encrypt/issues/34#issue-918640755
-
https://serde.rs/#data-formats
-
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).
-
-