Skip to content

Commit c5d0467

Browse files
authored
Cut rc.2 prereleases (#742)
Releases the following: - `aead-stream` v0.6.0-rc.2 - `aes-gcm` v0.11.0-rc.2 - `aes-gcm-siv` v0.12.0-rc.2 - `aes-siv` v0.8.0-rc.2 - `ascon-aead128` v0.1.0-rc.2 - `belt-dwp` v0.1.0-rc.2 - `ccm` v0.6.0-rc.2 - `chacha20poly1305` v0.11.0-rc.2 - `deoxys` v0.2.0-rc.2 - `eax` v0.6.0-rc.2 - `ocb3` v0.2.0-rc.2 - `xaes-256-gcm` v0.1.0-rc.2
1 parent 6e1fe3c commit c5d0467

File tree

14 files changed

+27
-34
lines changed

14 files changed

+27
-34
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aead-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aead-stream"
3-
version = "0.6.0-rc.1"
3+
version = "0.6.0-rc.2"
44
description = "Generic implementation of the STREAM online authenticated encryption construction"
55
authors = ["RustCrypto Developers"]
66
edition = "2024"

aes-gcm-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm-siv"
3-
version = "0.12.0-rc.1"
3+
version = "0.12.0-rc.2"
44
description = """
55
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 8452) with optional architecture-specific

aes-gcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm"
3-
version = "0.11.0-rc.1"
3+
version = "0.11.0-rc.2"
44
description = """
55
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
66
Authenticated Encryption with Associated Data (AEAD) Cipher

aes-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-siv"
3-
version = "0.8.0-rc.1"
3+
version = "0.8.0-rc.2"
44
description = """
55
Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 5297) with optional architecture-specific

ascon-aead128/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ascon-aead128"
3-
version = "0.1.0-pre"
3+
version = "0.1.0-rc.2"
44
description = "Implementation of the Ascon-AEAD128 authenticated encryption scheme"
55
authors = ["RustCrypto Developers"]
66
edition = "2024"

belt-dwp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-dwp"
3-
version = "0.1.0-pre"
3+
version = "0.1.0-rc.2"
44
description = "Pure Rust implementation of the Belt-DWP authenticated encryption algorithm (STB 34.101.31-2020)"
55
edition = "2024"
66
license = "Apache-2.0 OR MIT"

ccm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ccm"
3-
version = "0.6.0-pre.0"
3+
version = "0.6.0-rc.2"
44
description = "Generic implementation of the Counter with CBC-MAC (CCM) mode"
55
authors = ["RustCrypto Developers"]
66
edition = "2024"

chacha20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chacha20poly1305"
3-
version = "0.11.0-rc.1"
3+
version = "0.11.0-rc.2"
44
description = """
55
Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption
66
with Additional Data Cipher (RFC 8439) with optional architecture-specific

deoxys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deoxys"
3-
version = "0.2.0-pre"
3+
version = "0.2.0-rc.2"
44
description = """
55
Pure Rust implementation of the Deoxys Authenticated Encryption with Associated
66
Data (AEAD) cipher, including the Deoxys-II variant which was selected by the

0 commit comments

Comments
 (0)