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