Weikeng Chen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
3 deletions
-
CHANGELOG.md
-
Cargo.toml
|
|
@ -6,12 +6,18 @@ |
|
|
|
|
|
|
|
### Features |
|
|
|
|
|
|
|
- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`. |
|
|
|
|
|
|
|
### Improvements |
|
|
|
|
|
|
|
### Bug Fixes |
|
|
|
|
|
|
|
## v0.3.1 |
|
|
|
|
|
|
|
### Features |
|
|
|
|
|
|
|
- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`. |
|
|
|
|
|
|
|
### Bug Fixes |
|
|
|
|
|
|
|
- [\#70](https://github.com/arkworks-rs/r1cs-std/pull/70) Fix soundness issues of `mul_by_inverse` for field gadgets. |
|
|
|
|
|
|
|
## v0.3.0 |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "ark-r1cs-std" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.1" |
|
|
|
authors = [ "arkworks contributors" ] |
|
|
|
description = "A standard library for constraint system gadgets" |
|
|
|
homepage = "https://arkworks.rs" |
|
|
|