Commit Graph

11 Commits

Author SHA1 Message Date
kilic 36492ddc17 update `halo2curves` to 0.5.0 2024-01-10 18:27:47 +03:00
Carlos Pérez 4cecd64a25
chore: Update rust-toolchain to 1.66 for testing (#208)
* chore: Update rust-toolchain to 1.66 for testing

Note that tests will not compile due to the silent MSRV bump in
`blake2b_simd`.

Hence, we need to use `1.66` as toolchain.

Resolves: #207

* change: UIpdate MSRVs in Cargo.toml
2023-09-18 08:54:15 +02:00
dante 0f000478f4
feat: public cells to allow for implementations of custom `Layouter` (#192)
* feat: public cells

* Update mds.rs

* Update mds.rs

* Update single_pass.rs

Co-authored-by: Han <tinghan0110@gmail.com>

* bump toolchain to resolve errors

* fix clippy errors for CI run

* rustfmt post clippy

* plz let it be the last lint

* patch clippy lints in gadgets

* clippy lints for sha256 bench

* patch halo2proof benches

* Update assigned.rs

* Update halo2_gadgets/src/poseidon/primitives/mds.rs

Co-authored-by: Han <tinghan0110@gmail.com>

* Update halo2_gadgets/src/poseidon/primitives/mds.rs

Co-authored-by: Han <tinghan0110@gmail.com>

---------

Co-authored-by: Han <tinghan0110@gmail.com>
2023-08-25 22:39:50 +08:00
Han 9e6d1b7d21
Expose mod `permutation` and re-export `permutation::keygen::Assembly` (#149)
* feat: expose mod ule `permutation` and re-export `permutation::keygen::Assembly`

* feat: derive `lone` for `permutation::keygen::Assembly`

* feat: bump MSRV for `inferno`
2023-02-22 21:08:12 +01:00
han0110 8a82b7716e feat: use stable channel rust 2022-09-19 14:52:48 +08:00
han0110 f08632016f feat: use nightly rust and fix warnings 2022-08-19 16:00:51 +08:00
Jack Grigg 7688c371f6 Bump MSRV to 1.56.1
Closes zcash/halo2#482.
2022-04-27 12:24:57 +00:00
Jack Grigg 8b94e3ad64 Bump MSRV to 1.51.0 2021-06-02 00:03:06 +01:00
honeywest 67e9f84d21 add rust toolchain file 2021-02-26 16:35:52 +08:00
Sean Bowe c59513eb28
Minor adjustments for CI 2020-08-24 13:35:12 -06:00
Sean Bowe dd1ad9f114
Initial commit 2020-08-22 14:15:39 -06:00