chanced / navajo

A cryptographic toolkit for Rust
Apache License 2.0
1 stars 0 forks source link

navajo: Add support for `AsyncRead` and `AsyncWrite` to AEAD #34

Open chanced opened 1 year ago

chanced commented 1 year ago

Read: https://docs.rs/futures/latest/futures/io/trait.AsyncRead.html Write: https://docs.rs/futures/latest/futures/io/trait.AsyncWrite.html