From ac7a601590eac6d1ba845cea0e1ae611aeacea32 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 23 Oct 2024 22:07:00 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7852429..ee5285d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Audited & minimal JS implementation of Salsa20, ChaCha and AES. -- 🔒 Audited +- 🔒 [**Audited**](#security) by an independent security firm - 🔻 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