Files
pse.dev/content/projects/ecip-halo2.md
Kalidou Diagne b4b1bb56e6 migrate project data from .ts to Markdown files (#453)
* migrate project data from .ts to Markdown files
2025-06-13 22:05:23 +04:00

1022 B

id, name, image, section, projectStatus, category, tldr, links, extraLinks
id name image section projectStatus category tldr links extraLinks
ecip-halo2 ECIP (Elliptic Curve Inner Products) Halo 2 Implementation pse inactive devtools Integrating Nova into the EVM involves wrapping Liam Eagen's theoretical ECIP argument in Halo 2
github
https://github.com/levs57/sage-circuits/
learn
label url
Designing a plonk circuit for Liam Eagen's protocol https://hackmd.io/@levs57/r1n77YvP3
label url
ZKPs of Elliptic Curve Inner Products from Principal Divisors and Weil Reciprocity https://eprint.iacr.org/2022/596

Liam Eagen has developed a ZK proof for Elliptic Curve Inner Products (ECIPs) to overcome a significant bottle neck in recursive proof composition over elliptic curve cycles. The process of integrating Nova into the EVM requires an efficient method or "argument" for handling large elliptic Multi-Scalar Multiplications (MSMs). The final step in this integration process involves wrapping this argument Halo 2.