Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Feb 15, 2024
1 parent a46fb09 commit 4e7a6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/chain-libs/chain-vote/src/cryptography/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pub(crate) use self::{
#[cfg(test)]
pub(crate) use self::elgamal::Keypair;

#[allow(unused_imports)]
pub use self::elgamal::Ciphertext;
2 changes: 2 additions & 0 deletions src/chain-libs/chain-vote/src/cryptography/zkps/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ mod correct_share_generation;
mod dl_equality;
mod unit_vector;

#[allow(unused_imports)]
pub use correct_decryption::CorrectElGamalDecrZkp;
#[allow(unused_imports)]
pub use correct_hybrid_decryption_key::CorrectHybridDecrKeyZkp;
pub use correct_share_generation::CorrectShareGenerationZkp;
pub use unit_vector::UnitVectorZkp;

0 comments on commit 4e7a6a3

Please sign in to comment.