2 releases
new 0.1.1 | Apr 15, 2025 |
---|---|
0.1.0 | Nov 24, 2023 |
#1580 in Cryptography
315 downloads per month
Used in 2 crates
(via paillier-zk)
33KB
612 lines
Optimized Paillier encryption scheme
Library implements Paillier encryption scheme with optimization such as:
- Faster encryption and homomorphic operations via Chinese Remainder Theorem when the private key is known
- Faster secret key generation (a.k.a faster safe primes generation)
Built on top of rug
big integers library (which is based on GMP).
Join us in Discord!
Feel free to reach out to us in Discord!
Dependencies
~21MB
~502K SLoC