From 49fb90ae9ab1886c7ef02c54df3aff8b0a5cc3e0 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 28 Jun 2023 14:04:07 +0000 Subject: [PATCH] Add README link to new library noble-ciphers --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e2b3c0..f09028e 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ packages. See [Resources](#resources) for articles and real-world software that - No dependencies, protection against supply chain attacks - Auditable TypeScript / JS code -- Supported in all major browsers and stable node.js versions -- All releases are signed with PGP keys +- Supported on all major platforms +- Releases are signed with PGP keys and built transparently with NPM provenance - Check out [homepage](https://paulmillr.com/noble/) & all libraries: + [ciphers](https://github.com/paulmillr/noble-ciphers), [curves](https://github.com/paulmillr/noble-curves) (4kb versions [secp256k1](https://github.com/paulmillr/noble-secp256k1), [ed25519](https://github.com/paulmillr/noble-ed25519)),