diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3e79f..3b5deb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [10.3.0] - 2025-10-30 + +### 🚀 Features + +- reexport KMAC and SHA3 from `tinny_keccak` +- implements `Serializable` for symmetric keys +- implements `Serializable` for byte arrays +- implements `Serializable` for pairs + ## [10.2.0] - 2025-07-17 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 4f8a36b..c8e499e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "cosmian_crypto_core" -version = "10.2.0" +version = "10.3.0" dependencies = [ "aead", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 4dd7a6b..1fde0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmian_crypto_core" -version = "10.2.0" +version = "10.3.0" authors = [ "Bruno GRIEDER ", "Théophile BRÉZOT ",