David Nevado e1e97f75ea fix xor
2024-01-25 17:26:36 +01:00
2023-06-05 15:58:41 +02:00
2024-01-25 17:26:36 +01:00
2022-06-09 14:41:58 +03:00
2022-06-02 08:37:19 +00:00
2024-01-23 17:21:44 +01:00

halo2wrong

halo2wrong consist of a simple PLONK gate and non native arithmetic based applications. Any crate here may use either zcash/halo2 or privacy-scaling-explorations/halo2 which is a fork of original halo2 library that replaces commitment scheme from IPA to KZG.

  • maingate includes a 4 width and a 5 width standart-like PLONK gate.
  • integer implements non native field arithemetic often called big integer arithmetic.
  • ecc constraints elliptic curve operations ie. addition, multiplication point assignments.
  • ecdsa is the first application that uses halo2wrong stack and constaints ECDSA signature verification.
Description
No description provided
Readme 1.3 MiB
Languages
Rust 100%