aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/bench_utils.rs
blob: 3d6047b86fa55ce24e244fb4bece0d03c3a070fa (plain)
1
2
3
//! Collection of benchmarking utilities for the `crypto` module.
pub use super::cell::bench_utils::*;
pub use super::handshake::ShakeKeyGenerator as KGen;