From fbacc8ca660fced0fab5096aceb55e0b421cfe56 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sun, 1 Sep 2024 15:26:00 +0000 Subject: [PATCH] readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 547f516..2284f43 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,9 @@ Audited & minimal JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF, Sc - 🦘 SHA3 supports Keccak, cSHAKE, KangarooTwelve, MarsupilamiFourteen and TurboSHAKE - 🪶 89KB (17KB gzipped) for everything, 10KB (2.5KB gzipped) for single-hash build +Take a glance at [GitHub Discussions](https://github.com/paulmillr/noble-hashes/discussions) for questions and support. The library's initial development was funded by [Ethereum Foundation](https://ethereum.org/). -For discussions, questions and support, visit -[GitHub Discussions](https://github.com/paulmillr/noble-hashes/discussions) -section of the repository. - ### This library belongs to _noble_ cryptography > **noble cryptography** — high-security, easily auditable set of contained cryptographic libraries and tools.