diff options
| author | Jack O'Connor <[email protected]> | 2020-12-06 12:08:37 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-12-06 12:08:37 -0500 |
| commit | aa23d15fa0295011e3eec02aa7d460d73e471ec0 (patch) | |
| tree | 17371ea5e35f508df72babb01642ecdfd9d23c8e /README.md | |
| parent | 6532271a11f34254b183179f27d6d3de20e898a8 (diff) | |
link to JNI bindings also
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -180,7 +180,9 @@ 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), and [a .NET version](https://github.com/xoofx/Blake3.NET). +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). ## Contributing |
