Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 634 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 634 Bytes

License Docs Crates io

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).