1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-13 15:46:10 +02:00

Add Ruby bindings link to readme

This commit is contained in:
Ian Ker-Seymer 2023-10-16 22:25:52 -04:00
parent dd30dcb002
commit cc8cf4c5fd
No known key found for this signature in database
GPG Key ID: 31302F621D6E632C

View File

@ -176,12 +176,14 @@ See [`c/README.md`](c/README.md).
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
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).
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)
- [JNI bindings](https://github.com/sken77/BLAKE3jni)
- [Ruby bindings](https://github.com/Shopify/blake3-rb)
## Contributing