From a27e8f13384892bd230bbfd34cc456b7048c53a2 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Tue, 5 Jan 2021 13:58:44 +0100 Subject: [PATCH] Added optimized scala implementation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc3e050..7eee5d7 100644 --- a/README.md +++ b/README.md @@ -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