mirror of
https://github.com/AtHeartEngineer/halo2.git
synced 2026-01-09 20:48:02 -05:00
halo2_gadgets 0.2.0
This commit is contained in:
@@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
|
||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2022-06-23
|
||||
### Added
|
||||
- `halo2_gadgets::utilities::RangeConstrained<F, Value<F>>::bitrange_of`
|
||||
|
||||
@@ -13,6 +15,7 @@ and this project adheres to Rust's notion of
|
||||
All APIs that represented witnessed values as `Option<V>` now represent them as
|
||||
`halo2_proofs::circuit::Value<V>`. The core API changes are listed below.
|
||||
|
||||
- Migrated to `halo2_proofs 0.2.0`.
|
||||
- The following APIs now take `Value<_>` instead of `Option<_>`:
|
||||
- `halo2_gadgets::ecc`:
|
||||
- `EccInstructions::{witness_point, witness_point_non_id}`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "halo2_gadgets"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = [
|
||||
"Sean Bowe <sean@electriccoin.co>",
|
||||
"Jack Grigg <jack@electriccoin.co>",
|
||||
|
||||
Reference in New Issue
Block a user