README.md: Add Guile-GnuTLS

* README.md: Add Guile-GnuTLS.
  (Scheme): New section.
This commit is contained in:
Artyom V. Poptsov 2023-12-25 08:59:16 +03:00
parent cd96205530
commit 6095b8398c
No known key found for this signature in database
GPG Key ID: 935EBE0736DC857E

View File

@ -50,6 +50,7 @@ A curated list of cryptography resources and links.
- [Ruby](#ruby)
- [Rust](#rust)
- [Scala](#scala)
- [Scheme](#scheme)
- [Swift](#swift)
- [Resources](#resources)
- [Blogs](#blogs)
@ -403,6 +404,10 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
- [scrypto](https://github.com/input-output-hk/scrypto) - Cryptographic primitives for Scala.
- [tsec](https://github.com/jmcardon/tsec) - A type-safe, functional, general purpose security and cryptography library.
### Scheme
- [guile-gnutls](https://gitlab.com/gnutls/guile/) - GnuTLS bindings for GNU Guile.
### Swift
- [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) - Crypto related functions and helpers for Swift implemented in Swift programming language.