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