From 4b544b53adb646c893b1ff1e73397d4af2510ea3 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 19 Jun 2024 23:41:20 +0000 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94a496a..ebb8b25 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ 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 -- 🔍 Reliable: property-based, cross-library and Wycheproof tests ensure correctness +- ðŸ”ŧ Tree-shakeable: unused code is excluded from your builds +- 🏎 Fast: hand-optimized for caveats of JS engines +- 🔍 Reliable: property-based / cross-library / wycheproof tests ensure correctness - 💞 AES: ECB, CBC, CTR, CFB, GCM, SIV (nonce misuse-resistant) -- 💃 Salsa20, ChaCha, XSalsa20, XChaCha, Poly1305, ChaCha8, ChaCha12 +- 💃 Salsa20, ChaCha, XSalsa20, XChaCha, ChaCha8, ChaCha12, Poly1305 - ðŸĨˆ Two AES implementations: pure JS or friendly wrapper around webcrypto - ðŸŠķ 45KB (8KB gzipped) for everything, 10KB (3KB gzipped) for ChaCha build