From 6095b8398c019e813a3b928a7f9b0e2e97ffa4ba Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Mon, 25 Dec 2023 08:59:16 +0300 Subject: [PATCH] README.md: Add Guile-GnuTLS * README.md: Add Guile-GnuTLS. (Scheme): New section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7c40c4..28a1b95 100644 --- a/README.md +++ b/README.md @@ -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.