Skip to content

Commit 71de732

Browse files
committed
fix build
1 parent c038e91 commit 71de732

File tree

2 files changed

+0
-4
lines changed
  • src/chain-libs/chain-vote/src/cryptography/zkps

2 files changed

+0
-4
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#[allow(dead_code)]
22
mod zkp;
3-
4-
pub use zkp::Zkp as CorrectElGamalDecrZkp;

src/chain-libs/chain-vote/src/cryptography/zkps/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ mod correct_share_generation;
44
mod dl_equality;
55
mod unit_vector;
66

7-
pub use correct_decryption::CorrectElGamalDecrZkp;
8-
pub use correct_hybrid_decryption_key::CorrectHybridDecrKeyZkp;
97
pub use correct_share_generation::CorrectShareGenerationZkp;
108
pub use unit_vector::UnitVectorZkp;

0 commit comments

Comments
 (0)