1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-27 16:55:04 +02:00

Add pure js blake3 impl.

This commit is contained in:
Paul Miller 2023-09-25 22:17:55 +02:00 committed by GitHub
parent 5aa53f07f7
commit da5fba8f9b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).