File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- use std:: ops:: Mul ;
2-
31// Copyright (c) 2022, Mysten Labs, Inc.
42// SPDX-License-Identifier: Apache-2.0
53
Original file line number Diff line number Diff line change @@ -15,15 +15,6 @@ pub mod api;
1515#[ cfg( test) ]
1616mod 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.
2819pub type PreparedVerifyingKey = groth16:: PreparedVerifyingKey < G1Element > ;
2920
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ impl Default for crate::bls12381::min_sig::BLS12381AggregateSignatureAsBytes {
305305#[ cfg( test) ]
306306mod 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
You can’t perform that action at this time.
0 commit comments