Test P-521 (#349)

* Test P-521

* De-duplicate generic calls

* Simplify full test vectors generation
This commit is contained in:
daxpedda
2023-11-16 11:07:46 -08:00
committed by GitHub
parent c728c37f15
commit 56cdf9a024
6 changed files with 1129 additions and 941 deletions
+2
View File
@@ -249,6 +249,7 @@ mod tests {
inner::<crate::Ristretto255>();
inner::<::p256::NistP256>();
inner::<::p384::NistP384>();
inner::<::p521::NistP521>();
}
macro_rules! test {
@@ -296,6 +297,7 @@ mod tests {
test!(ristretto, crate::Ristretto255);
test!(p256, ::p256::NistP256);
test!(p384, ::p384::NistP384);
test!(p521, ::p521::NistP521);
#[test]
fn remote_key() {