Struct crypto_tests::block_cipher::BlockCipherTest
[−]
[src]
pub struct BlockCipherTest {
pub name: &'static str,
pub key: &'static [u8],
pub input: &'static [u8],
pub output: &'static [u8],
}Fields
name: &'static str
key: &'static [u8]
input: &'static [u8]
output: &'static [u8]