From b94721900806be6d6c51a6b09d01395487d09231 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 27 Dec 2023 09:20:45 +0300 Subject: [PATCH] README.md (Scheme): Add "chicken-sodium" * README.md (Scheme): Add "chicken-sodium". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0be8a8d..e1d6bf0 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### Scheme +- [chicken-sodium](https://github.com/caolan/chicken-sodium) - Bindings to libsodium crypto library for Chicken Scheme. - [crypto-tools](https://wiki.call-cc.org/eggref/5/crypto-tools) - Useful cryptographic primitives for Chicken Scheme. - [guile-gnutls](https://gitlab.com/gnutls/guile/) - GnuTLS bindings for GNU Guile. - [guile-ssh](https://github.com/artyom-poptsov/guile-ssh) - libssh bindings for GNU Guile.