Commit Graph

677 Commits

Author SHA1 Message Date
therealyingtong 32f011d52d Replace ChallengeSpace with EncodedChallenge API
Co-authored-by: Sean Bowe <ewillbefull@gmail.com>
2021-05-01 09:30:08 +08:00
therealyingtong 85c5f4412d Refactor Transcript API
- remove method to return a challenge in the base field
- let ChallengeSpace decide length of raw challenge instead of limiting it to u128

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-04-23 19:18:41 +08:00
therealyingtong cd3cc543cf Update examples and tests 2021-04-23 19:18:41 +08:00
therealyingtong 1a61eaa5d9 Propagate type changes 2021-04-23 19:18:41 +08:00
therealyingtong 1a9baab55b Introduce ChallengeSpace trait with to_challenge_scalar() method.
This is implemented for the ChallengeScalarEndo and ChallengeScalarFull types.

Co-authored-by: Kris Nuttycombe <kris@electriccoin.co>
2021-04-23 19:18:41 +08:00
therealyingtong 24d7100bd4 Update commitments in PinnedVerificationKey
The pinned commitments have changed, presumably after the hash_to_field fix in zcash/pasta_curves a1194672c55ee03a1631b6e1af9d86a3bd87ab70.
2021-04-23 17:32:09 +08:00
str4d 6acacf1aca
Merge pull request #254 from zcash/curveaffine-coordinates
Migrate to pasta_curves with Coordinates struct
2021-04-19 22:50:58 +01:00
Jack Grigg da6abf40de Migrate to pasta_curves with Coordinates struct 2021-04-20 09:29:02 +12:00
ebfull e1ab3b16b7
Merge pull request #243 from steven-ecc/add-bosl
Adding the Bootstrap Open Source Licence
2021-04-14 16:26:47 -06:00
Steven Smith 63ba133bb7 Adding the Bootstrap Open Source Licence 2021-04-14 09:32:32 -07:00
ebfull 78c394645d
Merge pull request #237 from zcash/dev-permutation-any-cols
Minor fixes to dev tools
2021-04-09 09:54:52 -06:00
Jack Grigg 0df5bc4b45 dev: Track region offset correctly in halo2::dev::circuit_layout 2021-04-09 14:32:20 +12:00
Jack Grigg 4c9362c504 MockProver: Look up permutations from correct column types 2021-04-09 13:23:07 +12:00
Daira Hopwood d93a97a56a
Merge pull request #233 from daira/book-permutation
Improvements to permutation argument section and terminology
2021-03-30 12:49:00 +01:00
Daira Hopwood 532e5eb11c Fixed columns are not necessarily selector columns.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2021-03-24 20:14:38 +00:00
Daira Hopwood 25616616e3 "Copy constraints" -> "equality constraints". (There were no other uses of this terminology.)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2021-03-24 20:14:12 +00:00
Daira Hopwood 2f34318510 Fix mistaken use of "extended domain" in the permutation argument section, and improve wording.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2021-03-24 20:13:11 +00:00
Daira Hopwood 8fbf20beae The algorithm for constructing the permutation needs to update the sizes array when merging cycles.
Thanks to @porcuquine for spotting this. (The implementation is correct.)

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2021-03-24 20:06:09 +00:00
str4d b079624ea7
Merge pull request #228 from zcash/pasta_curves-crate
Migrate to the pasta_curves crate
2021-03-07 08:42:44 +13:00
str4d eb97241e47
Merge pull request #229 from zcash/remove-metrics
Remove metrics crate and inline modelling
2021-03-05 11:52:47 +13:00
Jack Grigg 3a85f2269f Pin a specific pasta_curves revision 2021-03-04 22:45:11 +00:00
str4d cb5769e229
Merge pull request #216 from honeywest/fix-cargo
add rust toolchain file
2021-03-05 03:29:55 +13:00
str4d 655df84682
Merge pull request #217 from honeywest/fix-cargo-rep
fix cargo repository error
2021-03-05 03:28:21 +13:00
Jack Grigg a130edaade Remove metrics crate and inline modelling
It is causing problems in (some) downstream crates, and we won't want
these annotations in the codebase anyway if a downstream crate is
collecting metrics. We'll be replacing this with the cost model binary
in https://github.com/zcash/halo2/pull/225 shortly.
2021-03-03 23:13:34 +00:00
Jack Grigg 7774dd8235 Migrate to the pasta_curves crate 2021-03-03 18:48:45 +00:00
ebfull ec38a06fbf
Merge pull request #226 from zcash/fix-curve-random
Fix Group::random implementation for Pallas and Vesta
2021-03-02 15:17:26 -07:00
str4d 5e05845936
Remove unnecessary identity check from Group::random impl
Co-authored-by: ebfull <ewillbefull@gmail.com>
2021-03-03 11:11:13 +13:00
Jack Grigg 62e50ae6bd Fix Group::random implementation for Pallas and Vesta
Also removes the broken CurveAffine::from_bytes_wide and unused
CurveAffine::to_bytes_wide methods.
2021-03-02 21:29:59 +00:00
ebfull 8122ef3d5d
Merge pull request #223 from zcash/cofactor-group
impl group::cofactor::CofactorGroup for Pallas and Vesta
2021-03-02 08:32:28 -07:00
Jack Grigg 0a4db20d82 impl group::cofactor::CofactorGroup for Pallas and Vesta
Prime-order groups can be treated as a group with a cofactor of 1,
allowing them to be used in cofactor-aware protocols like RedDSA.
2021-03-01 20:27:34 +00:00
str4d 63083e418c
Merge pull request #218 from zcash/minor-cleanups
Minor cleanups
2021-02-27 07:00:59 +13:00
Sean Bowe 504203654d
Disable clippy::{many_single_char_names,op_ref} lint in integration test. 2021-02-26 10:42:43 -07:00
Sean Bowe cb59a40ff8
Move PLONK integration tests into the tests subdirectory. 2021-02-26 08:22:19 -07:00
Sean Bowe ef86a936ff
Remove print statements from tests. 2021-02-26 08:22:13 -07:00
Sean Bowe d92b1c4fb9
Relocate computation of the degree of the constraint system to the ConstraintSystem struct. 2021-02-26 08:22:05 -07:00
honeywest af84f60946 fix cargo repository error 2021-02-26 18:23:55 +08:00
honeywest 67e9f84d21 add rust toolchain file 2021-02-26 16:35:52 +08:00
ebfull 4e7d4a0f64
Merge pull request #214 from zcash/sha-256
Example SHA-256 chip
2021-02-25 14:05:18 -07:00
Jack Grigg a688c8b03d sha256: Fix / silence lints 2021-02-25 20:34:07 +00:00
Jack Grigg 2f21135e68 book: Note that none of the documented gadgets have been reviewed 2021-02-25 20:05:19 +00:00
Jack Grigg e41fd7ca12 Move SHA-256 gadget and chip into examples 2021-02-25 20:01:44 +00:00
Jack Grigg c64346467b Add Table16 circuit layout example 2021-02-25 20:01:44 +00:00
Jack Grigg 3fa36d7a60 Add test for circuit_dot_graph using SHA-256 2021-02-25 20:01:44 +00:00
therealyingtong 5f4a08898e SHA-256 benchmarks 2021-02-25 20:01:44 +00:00
therealyingtong a5ac5b3ed3 Add Compression test 2021-02-25 20:01:44 +00:00
therealyingtong 46b5ddcc68 Compression subregion_digest assignments 2021-02-25 20:01:44 +00:00
therealyingtong b47b2e436b Compression subregion_main assignments 2021-02-25 20:01:44 +00:00
therealyingtong 05c6ebd42d Compression subregion_initial assignments 2021-02-25 20:01:44 +00:00
therealyingtong 4d7c717107 Add utils for Compression assignments 2021-02-25 20:01:44 +00:00
therealyingtong 3778266eeb Add Compression gates 2021-02-25 20:01:44 +00:00