mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Remove a TODO
We have a ticket for it
This commit is contained in:
parent
cc6c365176
commit
a02ab2853a
@ -73,8 +73,6 @@ impl<F: Field> PolynomialBatchCommitment<F> {
|
||||
blinding: bool,
|
||||
timing: &mut TimingTree,
|
||||
) -> Self {
|
||||
// TODO: Could try parallelizing the transpose, or not doing it explicitly, instead having
|
||||
// MerkleTree do it implicitly.
|
||||
let mut leaves = timed!(timing, "transpose LDEs", transpose(&lde_values));
|
||||
reverse_index_bits_in_place(&mut leaves);
|
||||
let merkle_tree = timed!(timing, "build Merkle tree", MerkleTree::new(leaves, false));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user