We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d068 commit 692b3a9Copy full SHA for 692b3a9
CHANGELOG.md
@@ -27,3 +27,7 @@
27
# 0.6.0
28
29
* Fix: Resolve incorrect `SubAssign` and `AddAssign` implementations in R1CS.
30
+
31
+# 0.7.0
32
33
+* Fix: Add `no_std` compatibility.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "decaf377"
3
-version = "0.6.0"
+version = "0.7.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