We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f784f0 commit 67a729eCopy full SHA for 67a729e
tests/arkworks/mod.rs
@@ -55,7 +55,5 @@ pub fn fresh_transcript() -> Blake2bTranscript<BN254> {
55
Blake2bTranscript::new(b"dory-test")
56
}
57
58
-/// Type aliases for convenience
59
-pub type TestProverSetup = ProverSetup<BN254>;
60
pub type TestG1Routines = ArkG1Routines;
61
pub type TestG2Routines = ArkG2Routines;
tests/arkworks/setup.rs
@@ -1,7 +1,6 @@
1
//! Setup generation tests
2
3
use super::*;
4
-use dory::setup::ProverSetup;
5
6
#[test]
7
fn test_setup_generation_small() {
tests/arkworks/soundness.rs
@@ -2,7 +2,6 @@
use ark_ff::UniformRand;
-use dory::primitives::arithmetic::Field;
use dory::{prove, verify};
8
fn create_valid_proof_components(
0 commit comments