We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da38e1 commit d45bb2eCopy full SHA for d45bb2e
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
Entries are listed in reverse chronological order.
4
5
+## 0.8.0
6
+* update `curve25519-dalek` dependency to 4.0
7
+* update `merlin` dependency to 3
8
+* update `rand` dependency to 0.8
9
+* update `sha2` dependency to 0.10
10
+* remove backend features to be consistent with upstream dalek-cryptography
11
+* fix bug that occurs when public point is the identity
12
+
13
## 0.7.0
14
15
* Update `curve25519-dalek`, `merlin` dependencies to 2.0.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "zkp"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
edition = "2018"
license = "CC0-1.0"
0 commit comments