Skip to content

Commit

Permalink
chacha20 v0.10.0-pre.3 (#386)
Browse files Browse the repository at this point in the history
Note: this release supports `rand_core` v0.9
  • Loading branch information
tarcieri authored Jan 28, 2025
1 parent 87b3507 commit 2ab56b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chacha20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chacha20"
version = "0.10.0-pre.2"
version = "0.10.0-pre.3"
description = """
The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits
from the RustCrypto `cipher` crate, with optional architecture-specific
Expand Down

0 comments on commit 2ab56b0

Please sign in to comment.