mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
fixes
This commit is contained in:
parent
1100445d9c
commit
3662e41df7
@ -278,7 +278,7 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn test_mul_bignum<F>(prepare_two_bignums_fn: &F: &F) -> Result<()>
|
||||
fn test_mul_bignum<F>(prepare_two_bignums_fn: &F) -> Result<()>
|
||||
where
|
||||
F: Fn(usize) -> (BigUint, BigUint, U256, Vec<U256>),
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user