update README

read-stream-wrapper_reuse-buffer-old
Avril 3 years ago
parent 9586ac5aa4
commit b64ae499ad
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -30,6 +30,7 @@ assert_eq!(&output_decrypted[..], input.as_bytes());
* **smallvec** - Use `smallvec` crate to store the in-memory buffer on the stack if it's smalle enough (*default*)
* **async** - Enable `AsyncSink` with Tokio *0.2* `AsyncWrite`. The API is the same as for the regular `Sink`.
* **explicit_clear** - Explicitly clear in-memory buffer after operations.
* **ffi** - Build with the C FFI interface (see `include/cc20.h`.) The output libraries are generated in `target/{debug,release}/libchacha20stream.{a,so}`.
# License
MIT

Loading…
Cancel
Save