Skip to content

Commit 06c3078

Browse files
committed
Clean up after merge
1 parent 07ec3f9 commit 06c3078

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

fastcrypto-zkp/benches/proving.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::ops::Mul;
2-
31
// Copyright (c) 2022, Mysten Labs, Inc.
42
// SPDX-License-Identifier: Apache-2.0
53

fastcrypto-zkp/src/bls12381/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ pub mod api;
1515
#[cfg(test)]
1616
mod test_helpers;
1717

18-
#[cfg(test)]
19-
#[path = "unit_tests/api_tests.rs"]
20-
mod api_tests;
21-
22-
#[cfg(test)]
23-
#[path = "unit_tests/test_helpers.rs"]
24-
pub(crate) mod test_helpers;
25-
mod conversions;
26-
2718
/// A prepared Groth16 verifying key in the BLS12-381 construction.
2819
pub type PreparedVerifyingKey = groth16::PreparedVerifyingKey<G1Element>;
2920

fastcrypto/src/serde_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ impl Default for crate::bls12381::min_sig::BLS12381AggregateSignatureAsBytes {
305305
#[cfg(test)]
306306
mod tests {
307307
use super::*;
308-
use crate::groups::bls12381::{G1_ELEMENT_BYTE_LENGTH, G1Element, G1ElementAsBytes};
308+
use crate::groups::bls12381::{G1Element, G1ElementAsBytes, G1_ELEMENT_BYTE_LENGTH};
309309
use crate::groups::GroupElement;
310310
use schemars::schema_for;
311311

0 commit comments

Comments
 (0)