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 be2953a commit fc1467bCopy full SHA for fc1467b
benches/bench.rs
@@ -1,7 +1,7 @@
1
use core::num::NonZeroU32;
2
3
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};
4
-use crypto_bigint::{nlimbs, Integer, BoxedUint, Odd, RandomBits, Uint, U1024, U128, U256};
+use crypto_bigint::{nlimbs, BoxedUint, Integer, Odd, RandomBits, Uint, U1024, U128, U256};
5
use rand_chacha::ChaCha8Rng;
6
use rand_core::{CryptoRngCore, OsRng, SeedableRng};
7
0 commit comments