Skip to content

Commit

Permalink
Add test for fp12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush authored Feb 20, 2022
1 parent a40bcae commit 2294aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-templates/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ macro_rules! generate_field_test {
}
frobenius_test::<Fq12, _>(Fq::characteristic(), 13);
}

generate_field_test!($($tail)*);
};

($curve_name: ident; $($tail:tt)*) => {
Expand Down

0 comments on commit 2294aed

Please sign in to comment.