mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 09:13:09 +00:00
minor
This commit is contained in:
parent
a72d4faaec
commit
d888ce8c94
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user