1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-10 08:36:18 +02:00

README: Add pure-js blake3 implementation.

This commit is contained in:
Paul Miller 2023-05-01 03:38:45 +02:00 committed by GitHub
parent 9ac0a9b896
commit 44cbb631c0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,8 +180,8 @@ 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
bindings](https://github.com/xoofx/Blake3.NET), and [JNI
bindings](https://github.com/sken77/BLAKE3jni).
bindings](https://github.com/xoofx/Blake3.NET), [JNI
bindings](https://github.com/sken77/BLAKE3jni) and [pure JS implementation](https://github.com/paulmillr/noble-hashes).
## Contributing