Macro cipher::stream_cipher_bench
source ยท macro_rules! stream_cipher_bench { ( $cipher:ty; $($name:ident $bs:expr;)* ) => { ... }; ( Key: $cipher:ty; $($name:ident $bs:expr;)* ) => { ... }; ( Init: $init:expr; $($name:ident $bs:expr;)* ) => { ... }; }
Available on crate feature
dev only.Expand description
Create stream cipher benchmarks