From e50d820f75cf32a442ec16523b56e27ef6eafe22 Mon Sep 17 00:00:00 2001 From: Waylon Jepsen Date: Sat, 29 Jun 2024 13:10:38 -0600 Subject: [PATCH] add ronkathon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8760004..d325093 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [sodiumoxide](https://github.com/dnaq/sodiumoxide) - Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium). - [suruga](https://github.com/klutzy/suruga) - TLS 1.2 implementation in Rust. - [webpki](https://github.com/briansmith/webpki) - Web PKI TLS X.509 certificate validation in Rust. +- [ronkathon](https://github.com/pluto/ronkathon) - Educational, mathematically transparent, well documentated cryptography in rust. ### Scala