From: Loup Vaillant Date: Sun, 6 Aug 2017 21:16:23 +0000 (+0200) Subject: added a language bindings section to the README X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3815acb06d655231b417f8ecf23101d3ebf920d7;p=Monocypher.git added a language bindings section to the README --- 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 ----------