Avp add scheme (#197)

* README.md: Fix hanging spaces

* README.md: Add Guile-GnuTLS

* README.md: Add Guile-GnuTLS.
  (Scheme): New section.

* README.md: Add Guile-SSH
pull/198/head
Artyom V. Poptsov 2023-12-25 10:33:44 +03:00 committed by GitHub
parent 5217e04dcd
commit 17dec295dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

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,11 @@ 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.
- [guile-ssh](https://github.com/artyom-poptsov/guile-ssh) - libssh bindings for GNU Guile.
### Swift
- [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) - Crypto related functions and helpers for Swift implemented in Swift programming language.