From c8f93a32bb028a681347e087b92f6b0790839344 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Mon, 16 Mar 2020 17:38:08 -0400 Subject: add links to other implementations in the readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') 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). -- cgit v1.2.3