We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1a0e7 commit 430c0edCopy full SHA for 430c0ed
CHANGELOG.md
@@ -17,3 +17,7 @@
17
# 0.4.0
18
19
* Upgrade to 0.4.x series of Arkworks dependencies.
20
+
21
+# Unreleased
22
23
+* R1CS: remove 7 unnecessary constraints in the sign checks.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "decaf377"
3
-version = "0.4.1"
+version = "0.5.0"
4
authors = ["Henry de Valence <hdevalence@hdevalence.ca>", "redshiftzero <jen@penumbralabs.xyz>"]
5
description = "A prime-order group designed for use in SNARKs over BLS12-377"
6
edition = "2018"
0 commit comments