halo2/src
Sean Bowe 2ef2f7e73c
Change create_proof API to take vectors of scalars and compute polynomials internally.
2021-07-01 13:53:54 -06:00
..
circuit Introduce a FloorPlanner trait and integrate it into the Circuit trait 2021-06-22 23:47:17 +01:00
dev dev: Refactor VerifyFailure to extract metadata structs 2021-06-23 13:16:20 +01:00
plonk Change create_proof API to take vectors of scalars and compute polynomials internally. 2021-07-01 13:53:54 -06:00
poly Add support for computing ranges of evaluations of the Lagrange basis polynomials. 2021-07-01 12:46:22 -06:00
arithmetic.rs Update arithmetic.rs 2021-06-04 00:17:05 +01:00
circuit.rs Introduce a FloorPlanner trait and integrate it into the Circuit trait 2021-06-22 23:47:17 +01:00
dev.rs Merge pull request #309 from zcash/dev-metadata 2021-06-23 16:28:25 +01:00
lib.rs Fix warnings due to clippy::unknown_clippy_lints being renamed 2021-05-18 20:19:54 +01:00
plonk.rs Input as associated type on EncodedChallenge 2021-05-07 22:21:54 +08:00
poly.rs Make Assigned an enum, to remove field comparisions from batch eval 2021-06-18 22:04:31 +01:00
transcript.rs Make prover messages unambiguous and alter the manner in which challenges are squeezed. 2021-06-22 14:06:02 -06:00