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