1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-12 06:26:17 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Paul Miller 832f1e4ac1
Merge da5fba8f9b into d99ad871a6 2024-03-19 16:45:41 -06:00
Paul Miller da5fba8f9b
Add pure js blake3 impl. 2023-09-25 22:17:55 +02:00

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