mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-12 08:51:33 +01:00
* Bump to arkworks-0.4.0 * Replace remaining usages of `msm_bigint` with `msm_unchecked` Using `msm_unchecked` instead of `msm_bigint` allows to delete the BigInt conversion code by letting the library take care of it.
Poly IOP
Implements the following protocols
- sum checks
- zero checks
- product checks
- permutation checks