mirror of
https://github.com/telemt/telemt.git
synced 2026-05-17 00:16:20 +03:00
Update crypto_bench.rs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Cryptobench
|
||||
use criterion::{black_box, criterion_group, Criterion};
|
||||
use criterion::{Criterion, black_box, criterion_group};
|
||||
|
||||
fn bench_aes_ctr(c: &mut Criterion) {
|
||||
c.bench_function("aes_ctr_encrypt_64kb", |b| {
|
||||
|
||||
Reference in New Issue
Block a user