Skip to content

Commit

Permalink
Comment out Pi_dec proof
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Aug 21, 2023
1 parent c168999 commit d910d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub mod group_element_vs_paillier_encryption_in_range;
pub mod no_small_factor;
pub mod paillier_affine_operation_in_range;
pub mod paillier_blum_modulus;
pub mod paillier_decryption_modulo_q;
pub mod paillier_encryption_in_range;
// pub mod paillier_decryption_modulo_q;

#[cfg(test)]
mod curve;
Expand Down

0 comments on commit d910d34

Please sign in to comment.