block_decryptor_bench

Macro block_decryptor_bench 

Source
macro_rules! block_decryptor_bench {
    (Key: $cipher:ty, $block_name:ident, $blocks_name:ident $(,)? ) => { ... };
    (KeyIv: $cipher:ty, $block_name:ident, $blocks_name:ident $(,)? ) => { ... };
    ($init:block, $cipher:ty, $block_name:ident, $blocks_name:ident $(,)? ) => { ... };
}
Expand description

Define block decryptor benchmark