Skip to content

Commit cc66dde

Browse files
committed
Merge rust-bitcoin#4518: Release tracking for chacha20-poly1305 v0.1.2
ea0a318 release: prep chacha20-poly1305 crate for 0.1.2 (Nick Johnson) Pull request description: Getting out this big bug fix for performance: rust-bitcoin#4083 ACKs for top commit: tcharding: ACK ea0a318 apoelstra: ACK ea0a318; successfully ran local tests Tree-SHA512: b6667cc3dd3c5ef1498bbcc7907e620c32b62333b1b2cc4b5afb041e41d362d3731bb72f4cbfe6fc7801fd4523d98c54d9497aa51efc0281acbfb418dbd8e3cf
2 parents 0160ac5 + ea0a318 commit cc66dde

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
182182

183183
[[package]]
184184
name = "chacha20-poly1305"
185-
version = "0.1.1"
185+
version = "0.1.2"
186186
dependencies = [
187187
"hex-conservative 0.3.0",
188188
]

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
184184

185185
[[package]]
186186
name = "chacha20-poly1305"
187-
version = "0.1.1"
187+
version = "0.1.2"
188188
dependencies = [
189189
"hex-conservative 0.3.0",
190190
]

chacha20_poly1305/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2 - 2025-05-15
2+
3+
* Fixed a bug which was doubling the amount of work, performance should be improved [#4083](https://github.com/rust-bitcoin/rust-bitcoin/pull/4083).
4+
15
# 0.1.1 - 2024-11-07
26

37
* The crate is now `no_std`.

chacha20_poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chacha20-poly1305"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Nick Johnson <[email protected]>", "Robert Netzke <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"

0 commit comments

Comments
 (0)