mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 07:21:29 +01:00
Release v0.3.1 (#73)
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -6,12 +6,18 @@
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`.
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
### Bug Fixes
|
### 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.
|
- [\#70](https://github.com/arkworks-rs/r1cs-std/pull/70) Fix soundness issues of `mul_by_inverse` for field gadgets.
|
||||||
|
|
||||||
## v0.3.0
|
## v0.3.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ark-r1cs-std"
|
name = "ark-r1cs-std"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = [ "arkworks contributors" ]
|
authors = [ "arkworks contributors" ]
|
||||||
description = "A standard library for constraint system gadgets"
|
description = "A standard library for constraint system gadgets"
|
||||||
homepage = "https://arkworks.rs"
|
homepage = "https://arkworks.rs"
|
||||||
|
|||||||
Reference in New Issue
Block a user