From 6ac2d0f2e8eae5e0e7e9bd84a1e45f59bf05eede Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Fri, 17 Nov 2023 11:44:02 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0d5513..0192bc2 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ $ ./make-test-vectors.sh ## Implementations -* [Cisco SFrame (C++, draft-00)](https://github.com/cisco/sframe) -* [`sframe` crate (Rust, draft-03)](https://docs.rs/sframe/latest/sframe/) -* [SFrame.js (JavaScript, version unclear)](https://github.com/medooze/sframe) +* [Cisco SFrame](https://github.com/cisco/sframe) (C++, draft-00) +* [`sframe` crate](https://docs.rs/sframe/latest/sframe/) (Rust, draft-03) +* [`secure-frame-ts`](https://github.com/goto-opensource/secure-frame-ts) (TypeScript, draft-00) +* [SFrame.js](https://github.com/medooze/sframe) (JavaScript, version unclear) +* [`sframe-go`](https://github.com/chris-wood/sframe-go) (Go, draft-04)