mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
* rename package ecrecover to ecdsa * move everything into ecdsa folder * refactor the api of the antichamber module * adjust the arithmetization interface * rename the ecdsa API to EcdsaZkEvm * adjust the API of ecadd/ecmul * simplify the API for keccak * simplify the API for modexp * unexport the sha2 blocks * adjust the ecpairing interface * NewStateManager returns a pointer * perfect the zk-evm API * remove "features" from the config * remove unused parameter in ecadd/ecmul.Assign * implements the assignment part of the main zkevm * add missing settings assignment to the keccak_zkevm * remove outdated comment in keccak_single_provider * doc: fixing a wrong comment for keccak * adds sha2 as part of the zkevm * skip flacky test in e2e_test for pi-interconnection * fix bug in lookup compiler when no lookup are parts of the protocol * fix a handful of bugs in plonk in wizard * skip second flacky test in the pi-interconnection * fix bug in ecpair * remove features from the e2e testing config