Update README.md

LightPHE added
This commit is contained in:
Sefik Ilkin Serengil 2025-03-26 11:04:05 +00:00 committed by GitHub
parent 90c2b9e55a
commit f04c800c08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -362,6 +362,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
- [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.
- [LightDSA](https://github.com/serengil/LightDSA) - Digital Signature Library supporting RSA, DSA, ECDSA and EdDSA.
- [LightECC](https://github.com/serengil/LightECC) - Elliptic Curve Cryptography Arithmetic Library supporting Weierstrass, Koblitz and Edwards forms and hundreds of custom curves.
- [LightPHE](https://github.com/serengil/LightPHE) - Partially Homomorphic Encryption Library supporting RSA, ElGamal, Exponential ElGamal, Elliptic Curve ElGamal, Paillier, Damgard-Jurik, OkamotoUchiyama, Benaloh, NaccacheStern, GoldwasserMicali.
- [paramiko](http://www.paramiko.org/) - Python implementation of the SSHv2 protocol, providing both client and server functionality.
- [Privy](https://github.com/ofek/privy) - An easy, fast lib to correctly password-protect your data.
- [pycryptodome](https://github.com/Legrandin/pycryptodome) - Self-contained Python package of low-level cryptographic primitives.