From 3815acb06d655231b417f8ecf23101d3ebf920d7 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 6 Aug 2017 23:16:23 +0200 Subject: [PATCH] added a language bindings section to the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5b878ad..d2dc994 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ just copy `src/monocypher.h` and `src/monocypher.c` into your project. They compile as C99, C11, C++98, C++11, C++14, and C++17. (Tested with gcc 5.4.0 and clang 2.8.0 on GNU/Linux.) +### Language bindings + +So far, I am aware of bindings for the following languages: + +* [Crystal](https://github.com/konovod/monocypher.cr) + + Test suite ---------- -- 2.47.3