This commit is contained in:
Dmitry Vagner 2022-12-14 20:16:50 -08:00
parent a72d4faaec
commit d888ce8c94

View File

@ -199,7 +199,8 @@ fn test_fp12() -> Result<()> {
Ok(())
}
// #[test]
#[test]
#[ignore]
fn test_fp12_sparse() -> Result<()> {
let in1 = 64;
let in2 = 76;
@ -227,7 +228,8 @@ fn test_fp12_sparse() -> Result<()> {
Ok(())
}
// #[test]
#[test]
#[ignore]
fn test_fp12_square() -> Result<()> {
let in1 = 64;
let in2 = 76;