Crates.io | fast-paillier |
lib.rs | fast-paillier |
version | 0.1.0 |
source | src |
created_at | 2023-11-24 16:25:59.375662 |
updated_at | 2023-11-24 16:25:59.375662 |
description | Optimized Paillier encryption scheme |
homepage | |
repository | https://github.com/dfns/fast-paillier |
max_upload_size | |
id | 1047183 |
size | 58,223 |
Library implements Paillier encryption scheme with optimization such as:
Built on top of rug
big integers library (which is based on GMP).