mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +00:00
cleanup
This commit is contained in:
parent
4f41218229
commit
1100445d9c
@ -278,9 +278,9 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn test_mul_bignum<F>(prepare_bignum_fn: &F) -> Result<()>
|
||||
fn test_mul_bignum<F>(prepare_two_bignums_fn: &F: &F) -> Result<()>
|
||||
where
|
||||
F: Fn(usize) -> (BigUint, U256, Vec<U256>),
|
||||
F: Fn(usize) -> (BigUint, BigUint, U256, Vec<U256>),
|
||||
{
|
||||
let (a, b, length, memory) = prepare_two_bignums_fn(1000);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user