halo2/src
ebfull 9401ceb68d
Merge pull request #173 from zcash/vk-transcript
Hash verification key into transcript
2021-02-18 13:28:57 -07:00
..
arithmetic Refactor verification key hashing logic to use Display impls. 2021-02-17 15:19:34 -07:00
circuit Return results from assigned regions 2021-02-01 21:42:57 +00:00
dev Rename "auxiliary column" to "instance column" in the book and in code. fixes #181 2021-02-14 21:09:49 +00:00
gadget Add gadgets for elliptic curve operations 2021-02-17 00:49:22 +00:00
pasta Merge pull request #173 from zcash/vk-transcript 2021-02-18 13:28:57 -07:00
plonk Fix minor nit (match ergonomics) 2021-02-17 15:39:46 -07:00
poly Use newtypes to simplify Debug implementations for pinning verification keys. 2021-02-17 15:20:19 -07:00
arithmetic.rs Rename curves to Pallas/Vesta (Pasta). 2020-12-03 13:47:47 -07:00
circuit.rs Use Column<Any> in Permutation::Argument 2021-02-17 21:32:17 +08:00
dev.rs Rename "auxiliary column" to "instance column" in the book and in code. fixes #181 2021-02-14 21:09:49 +00:00
gadget.rs Add gadgets for elliptic curve operations 2021-02-17 00:49:22 +00:00
lib.rs Allow unknown clippy lints so that lints added in nightly don't break CI 2021-02-15 07:53:27 -07:00
model.rs model: metrics 0.13.0-alpha.13 2020-12-22 12:27:36 +00:00
pasta.rs Change ZETA constant of Fp to make it consistent with the endomorphism over Fq. 2020-12-07 09:42:33 -07:00
plonk.rs Automatically derive PinnedVerificationKey's Debug impl. 2021-02-18 07:51:41 -07:00
poly.rs Remove unused import 2021-02-17 15:19:34 -07:00
transcript.rs Add common_scalar method to Transcript. 2021-02-12 09:08:56 -07:00