Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Oct 2, 2024
1 parent 962fd7b commit b9d5aba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use super::{
extended_dory_inner_product_prove, extended_dory_inner_product_verify,
extended_dory_reduce_helper::extended_dory_reduce_verify_fold_s_vecs, rand_F_tensors,
rand_G_vecs_for_testing, test_rng, DoryMessages, ExtendedProverState, G1Affine, PublicParameters, GT,
rand_G_vecs_for_testing, test_rng, DoryMessages, ExtendedProverState, G1Affine,
PublicParameters, GT,
};
use ark_std::UniformRand;
use merlin::Transcript;
Expand Down

0 comments on commit b9d5aba

Please sign in to comment.