Diego K
Diego K
# TITLE ## Description Description of the pull request changes and motivation. ## Type of change Please delete options that are not relevant. - [ ] New feature - [...
- [ ] Add batch inverse for the evaluations of the Z Polynomial. See: [Plonk prover, L356](https://github.com/lambdaclass/lambdaworks/blob/cffa505af7c0c9f73d938577958be20e6b92676a/provers/plonk/src/prover.rs#L356) - [ ] Add rayon to the more expensive iterators
Implement sparse polynomial representation. We should support operations between sparse and dense polynomials, and conversions between them. The first task is to be investigate how it's done in other libraries,...
See improvements from https://eprint.iacr.org/2019/077.pdf
Add batch proving for Merkle Tree, based on Octopus algorithm or similar (https://eprint.iacr.org/2017/933.pdf)
Added more topics on cryptography