From da5fba8f9b4305e7039543ea08fb0cc826bea1ae Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 25 Sep 2023 22:17:55 +0200 Subject: [PATCH] Add pure js blake3 impl. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63d5f2..473bfe0 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ We post links to third-party bindings and implementations on the we hear about them. Some highlights include [an optimized Go implementation](https://github.com/zeebo/blake3), [Wasm bindings for Node.js and browsers](https://github.com/connor4312/blake3), [binary -wheels for Python](https://github.com/oconnor663/blake3-py), [.NET +wheels for Python](https://github.com/oconnor663/blake3-py), [pure TypeScript / JS implementation](https://github.com/paulmillr/noble-hashes), [.NET bindings](https://github.com/xoofx/Blake3.NET), and [JNI bindings](https://github.com/sken77/BLAKE3jni).