Test P-384 (#290)

This commit is contained in:
daxpedda
2023-03-06 11:28:19 -08:00
committed by GitHub
parent 3096c4d9df
commit c1c1c40191
4 changed files with 881 additions and 155 deletions
+2
View File
@@ -228,6 +228,7 @@ mod tests {
#[cfg(feature = "ristretto255")]
inner::<crate::Ristretto255>();
inner::<::p256::NistP256>();
inner::<::p384::NistP384>();
}
macro_rules! test {
@@ -274,6 +275,7 @@ mod tests {
#[cfg(feature = "ristretto255")]
test!(ristretto, crate::Ristretto255);
test!(p256, ::p256::NistP256);
test!(p384, ::p384::NistP384);
#[test]
fn remote_key() {