1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-10 04:26:09 +02:00

Added optimized scala implementation

This commit is contained in:
Kirill A. Korinsky 2021-01-05 13:58:44 +01:00 committed by GitHub
parent aa23d15fa0
commit a27e8f1338
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,8 +181,9 @@ 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 [optimized scala
implementation](http://github.com/catap/scala-blake3).
## Contributing