Adding keylara

This commit is contained in:
Roques Steve 2025-07-26 09:47:59 +02:00 committed by GitHub
parent d3544585e8
commit 9b979a072c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -238,6 +238,7 @@ A curated list of cryptography resources and links.
### Erlang
- [KeyLara](https://github.com/roquess/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.