swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 96667707854640e05997a6023f7a5b6e0dedc529 authored by Thomas Letan on 16 May 2023, 11:42:00 UTC
Smart rollups: Have the fast exec fail for stack and memory errors
Tip revision: 9666770
README.md
aPlonK is a PlonK-inspired proving system which focuses
on proof-aggregation and distributed proof generation.
It is an OCaml implementation from scratch of the PlonK proving
system based on the bls12-381 curve, which eases the integration
of new custom gates and lookup tables.
Instead of the classic KZG commitment scheme, our custom aggregation
protocol can verify multiple proofs in logarithmic time.
back to top