From 4a1f42f01ed747fcf1ade6d02edd7021d9c48530 Mon Sep 17 00:00:00 2001 From: Roques Steve Date: Sat, 26 Jul 2025 09:46:09 +0200 Subject: [PATCH] Adding Keylara --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8793a6..93cac0a 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ A curated list of cryptography resources and links. ### Erlang +- [KeyLara](https://github.com/your-username/keylara) - RSA and AES operations with distributed entropy generation support using Alara. - [crypto](http://erlang.org/doc/apps/crypto/) - Functions for computation of message digests, and functions for encryption and decryption. - [public_key](http://erlang.org/doc/man/public_key.html) - Provides functions to handle public-key infrastructure.