Browse Source

Release v0.3.1 (#73)

master
Weikeng Chen 3 years ago
committed by GitHub
parent
commit
6e59e02a1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions
  1. +8
    -2
      CHANGELOG.md
  2. +1
    -1
      Cargo.toml

+ 8
- 2
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
- 1
Cargo.toml

@ -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"

Loading…
Cancel
Save