fast-paillier

Crates.iofast-paillier
lib.rsfast-paillier
version0.1.1
created_at2023-11-24 16:25:59.375662+00
updated_at2025-04-15 12:08:42.223571+00
descriptionOptimized Paillier encryption scheme
homepage
repositoryhttps://github.com/LFDT-Lockness/fast-paillier
max_upload_size
id1047183
size88,838
(maurges)

documentation

README

License Docs Crates io Discord

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!

Commit count: 61

cargo fmt