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 b01337c commit d206891Copy full SHA for d206891
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.23.4 - 2022-07-14
2
+
3
+* [Disable automatic rerandomization of contexts under WASM](https://github.com/rust-bitcoin/rust-secp256k1/pull/474)
4
5
# 0.23.3 - 2022-06-29
6
7
* [Add must_use for mut self key manipulation methods](https://github.com/rust-bitcoin/rust-secp256k1/pull/465)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "secp256k1"
-version = "0.23.3"
+version = "0.23.4"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
0 commit comments