From 16c3fdb175497b25eb90b966991fa7ff19fbdcfe Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Tue, 22 Feb 2022 09:22:24 +0100 Subject: [PATCH] readme: Remove note about #11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c48cf4..8d16f3e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ gcc demo.c -o demo randombytes.o sss.o hazmat.o tweetnacl.o I have currently written bindings for the following languages: -- [Node.js](https://github.com/dsprenkels/sss-node) (currently outdated, see [sss-node/#11](https://github.com/dsprenkels/sss-node/issues/11>)) +- [Node.js](https://github.com/dsprenkels/sss-node) - [Go](https://github.com/dsprenkels/sss-go) - [Rust](https://github.com/dsprenkels/sss-rs) - [WASM](https://github.com/3box/sss-wasm)