mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +00:00
fix
This commit is contained in:
parent
3662e41df7
commit
3a019f99af
@ -364,9 +364,9 @@ fn test_addmul_bignum_all() -> Result<()> {
|
||||
|
||||
#[test]
|
||||
fn test_mul_bignum_all() -> Result<()> {
|
||||
test_mul_bignum(&prepare_bignum_random)?;
|
||||
test_mul_bignum(&prepare_bignum_max)?;
|
||||
test_mul_bignum(&prepare_bignum_min)?;
|
||||
test_mul_bignum(&prepare_two_bignums_random)?;
|
||||
test_mul_bignum(&prepare_two_bignums_max)?;
|
||||
test_mul_bignum(&prepare_two_bignums_min)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user