From b64ae499ad6fcf2dd35f82185cce4143d2357915 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 27 Jun 2021 02:14:23 +0100 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65a3151..b2e4c95 100644 --- a/README.md +++ b/README.md @@ -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