Skip to content

Commit 67a729e

Browse files
committed
fix: appease ci
1 parent 2f784f0 commit 67a729e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

tests/arkworks/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,5 @@ pub fn fresh_transcript() -> Blake2bTranscript<BN254> {
5555
Blake2bTranscript::new(b"dory-test")
5656
}
5757

58-
/// Type aliases for convenience
59-
pub type TestProverSetup = ProverSetup<BN254>;
6058
pub type TestG1Routines = ArkG1Routines;
6159
pub type TestG2Routines = ArkG2Routines;

tests/arkworks/setup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Setup generation tests
22
33
use super::*;
4-
use dory::setup::ProverSetup;
54

65
#[test]
76
fn test_setup_generation_small() {

tests/arkworks/soundness.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
33
use super::*;
44
use ark_ff::UniformRand;
5-
use dory::primitives::arithmetic::Field;
65
use dory::{prove, verify};
76

87
fn create_valid_proof_components(

0 commit comments

Comments
 (0)