Skip to content

Commit b55b4ab

Browse files
manel1874jfdreis
andcommitted
feat: implementation of paillier encryption in range with El-Gamal commitment zkp
Co-authored-by: jfdreis <josevtnreis@gmail.com> Signed-off-by: manel1874 <manel1874@gmail.com>
1 parent a3d33e6 commit b55b4ab

File tree

2 files changed

+505
-0
lines changed

2 files changed

+505
-0
lines changed

paillier-zk/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub mod no_small_factor;
1414
pub mod paillier_affine_operation_in_range;
1515
pub mod paillier_blum_modulus;
1616
pub mod paillier_encryption_in_range;
17+
pub mod paillier_encryption_in_range_with_el_gamal;
1718

1819
#[cfg(test)]
1920
mod curve;

0 commit comments

Comments
 (0)