diff options
| author | Jack O'Connor <[email protected]> | 2020-03-16 17:38:08 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-03-16 17:38:08 -0400 |
| commit | c8f93a32bb028a681347e087b92f6b0790839344 (patch) | |
| tree | 2f6acee91258cd77be5c97a99ff4290b6dbf3c8d /README.md | |
| parent | 470d42a05a130216395e7b91c36d7c0a76519d29 (diff) | |
add links to other implementations in the readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -162,6 +162,19 @@ blake3::derive_key(API_CONTEXT, input_key, &mut api_key); assert!(email_key != api_key); ``` +### The C implementation + +See [`c/README.md`](c/README.md). + +### Other implementations + +We post links to third-party bindings and implementations via 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), and [binary +wheels for Python](https://github.com/oconnor663/blake3-py). + ## Contributing Please see [CONTRIBUTING.md](CONTRIBUTING.md). |
