Skip to content

Commit

Permalink
Fix benches (cloudflare#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hiner authored Jul 6, 2022
1 parent a97c6f5 commit 246b8ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use aead::{AeadInPlace, NewAead};
use aead::{AeadInPlace, KeyInit};
use criterion::{BenchmarkId, Criterion, Throughput};
use rand_core::{OsRng, RngCore};
use ring::aead::{Aad, LessSafeKey, Nonce, UnboundKey, CHACHA20_POLY1305};
Expand Down

0 comments on commit 246b8ba

Please sign in to comment.