macro_rules! block_mode_test {
($name:ident, $cipher:ty, $test_fn:ident $(,)?) => { ... };
($test_name:ident, $file_name:expr, $cipher:ty, $test_fn:ident $(,)?) => { ... };
}Expand description
Define block mode test
macro_rules! block_mode_test {
($name:ident, $cipher:ty, $test_fn:ident $(,)?) => { ... };
($test_name:ident, $file_name:expr, $cipher:ty, $test_fn:ident $(,)?) => { ... };
}Define block mode test