macro_rules! new_verification_test {
($curve:path, $vectors:expr) => { ... };
}
Available on crate feature
dev
only.Expand description
Define ECDSA verification test.
macro_rules! new_verification_test {
($curve:path, $vectors:expr) => { ... };
}
dev
only.Define ECDSA verification test.