aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-16 17:38:08 -0400
committerJack O'Connor <[email protected]>2020-03-16 17:38:08 -0400
commitc8f93a32bb028a681347e087b92f6b0790839344 (patch)
tree2f6acee91258cd77be5c97a99ff4290b6dbf3c8d /README.md
parent470d42a05a130216395e7b91c36d7c0a76519d29 (diff)
add links to other implementations in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8ad4c7..1a2875c 100644
--- a/README.md
+++ b/README.md
@@ -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).