README.md (Scheme): Add "crypto-tools"

* README.md (Scheme): Add "crypto-tools".
This commit is contained in:
Artyom V. Poptsov 2023-12-27 09:19:02 +03:00
parent 17dec295dd
commit 19a67e24cc
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
- [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.