decentralized-cryptography-.../zero_knowledge/proofs/halo2
2024-11-04 17:30:01 +07:00
..
README.md move old resources from protocol toolkit 2024-11-04 17:30:01 +07:00

halo2


tl; dr


  • halo2 us based on ultraplonk and uses several plonkish functions.
  • it replaces the kzg polynomial commitment with inner-product argument, which has weaker security assumptions than plonk.
  • halo2 does not need setup and implement a powerful recusive proof function. therefore, zkevm can improve the time and efficiency of generating block proof.


cool resources