aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-10-21 17:32:02 -0700
committerJack O'Connor <[email protected]>2025-10-21 17:32:05 -0700
commite0b1d91410fd0a344beda6ee0e6f1972ad04be08 (patch)
treee042f03c467152c88506a0955632b8bfb28b69cf /README.md
parentedc02f4470d89c4913781ce84aad1bd62f7e3f60 (diff)
replace the dead link to JNI bindings
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index bac3f4d..4cedc13 100644
--- a/README.md
+++ b/README.md
@@ -176,14 +176,13 @@ See [`c/README.md`](c/README.md).
### Other implementations
-We post links to third-party bindings and implementations on the
-[@BLAKE3team Twitter account](https://twitter.com/BLAKE3team) whenever
-we hear about them. Some highlights include [an optimized Go
+There are too many implementations out there for us to keep track of,
+but 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), and [a pure Java
+implementation](https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html).
## Contributing