Skip to content

Commit

Permalink
fix import in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed May 23, 2023
1 parent 0f399ef commit 1373b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferveo/examples/bench_primitives_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{
};

use ark_bls12_381::Bls12_381 as EllipticCurve;
use ferveo::*;
use ferveo_pre_release::*;
use itertools::iproduct;
use rand::prelude::StdRng;
use rand_core::SeedableRng;
Expand Down

0 comments on commit 1373b19

Please sign in to comment.