macro_rules! new_wycheproof_test {
($name:ident, $test_name: expr, $curve:path) => { ... };
}
Available on crate feature
dev
only.Expand description
Define a Wycheproof verification test.
macro_rules! new_wycheproof_test {
($name:ident, $test_name: expr, $curve:path) => { ... };
}
dev
only.Define a Wycheproof verification test.