README.md (Scheme): Add "chicken-sodium"

* README.md (Scheme): Add "chicken-sodium".
This commit is contained in:
Artyom V. Poptsov 2023-12-27 09:20:45 +03:00
parent 19a67e24cc
commit b947219008
No known key found for this signature in database
GPG Key ID: 935EBE0736DC857E

View File

@ -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.