From 0e86383df11a43e4bae1cd322db4f0896ec43982 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 19 Jun 2024 23:32:10 +0000 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 068776c..94a496a 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Auditable & minimal JS implementation of Salsa20, ChaCha and AES. - 🔒 Auditable - ðŸ”ŧ Tree-shaking-friendly: use only what's necessary, other code won't be included - 🏎 [Ultra-fast](#speed), hand-optimized for caveats of JS engines -- 🔍 Unique tests ensure correctness: property-based, cross-library and Wycheproof vectors +- 🔍 Reliable: property-based, cross-library and Wycheproof tests ensure correctness - 💞 AES: ECB, CBC, CTR, CFB, GCM, SIV (nonce misuse-resistant) - 💃 Salsa20, ChaCha, XSalsa20, XChaCha, Poly1305, ChaCha8, ChaCha12 -- ðŸĨˆ Two AES implementations: choose between friendly webcrypto wrapper and pure JS one +- ðŸĨˆ Two AES implementations: pure JS or friendly wrapper around webcrypto - ðŸŠķ 45KB (8KB gzipped) for everything, 10KB (3KB gzipped) for ChaCha build For discussions, questions and support, visit