From fae7f6612a77dca7de578fe650468ed64423dd19 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 20 Oct 2023 15:27:08 +0200 Subject: [PATCH] README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 146ae7e..d26612c 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,11 @@ Audited & minimal JS implementation of elliptic curve cryptography. - Zero or minimal dependencies - Highly readable TypeScript / JS code -- PGP-signed releases and transparent NPM builds with provenance +- PGP-signed releases and transparent NPM builds - All libraries: [ciphers](https://github.com/paulmillr/noble-ciphers), [curves](https://github.com/paulmillr/noble-curves), - [hashes](https://github.com/paulmillr/noble-hashes), - 4kb [secp256k1](https://github.com/paulmillr/noble-secp256k1) / - [ed25519](https://github.com/paulmillr/noble-ed25519) + [hashes](https://github.com/paulmillr/noble-hashes) - [Check out homepage](https://paulmillr.com/noble/) for reading resources, documentation and apps built with noble