Skip to content

Commit 3d30476

Browse files
authored
Add short description to README.md (#394)
1 parent 2ee0011 commit 3d30476

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
PSE-Halo2 is [halo2](https://github.com/zcash/halo2) fork by
66
[PSE](https://pse.dev) and includes contributions from the community.
77

8+
PSE-Halo2 modified, extended, and eventually [re-architected](https://github.com/privacy-scaling-explorations/halo2/pull/254) the [original Halo2 implementation by Zcash](https://github.com/zcash/halo2) - an instantiation of the PLONK proof system.
9+
10+
The original IPA backend was swapped with KZG for cost-effective Ethereum L1 verifiability, and comes with a Solidity verifier. Support for many [additional curves](https://github.com/privacy-scaling-explorations/halo2curves) and other [experimental features](https://github.com/kilic/tetris) were added, and the system was eventually re-architected by [splitting the front- and backends](https://github.com/privacy-scaling-explorations/halo2/pull/254).
11+
812
PSE-Halo2 is in maintenance mode starting January 2025, which means:
913
- Bugs reported will be fixed
1014
- PRs with non-trivial but **narrow-scope** additions or fixes will be reviewed

0 commit comments

Comments
 (0)