diff --git a/Cargo.lock b/Cargo.lock index 54a017c..9e6db6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "dhkem" -version = "0.1.0-rc.2" +version = "0.1.0" dependencies = [ "ctutils", "elliptic-curve", diff --git a/dhkem/CHANGELOG.md b/dhkem/CHANGELOG.md index 1d013ff..e82b35a 100644 --- a/dhkem/CHANGELOG.md +++ b/dhkem/CHANGELOG.md @@ -4,3 +4,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.1.0 (2026-07-11) +Initial release. diff --git a/dhkem/Cargo.toml b/dhkem/Cargo.toml index f427f96..a6e7da4 100644 --- a/dhkem/Cargo.toml +++ b/dhkem/Cargo.toml @@ -4,7 +4,7 @@ description = """ Pure Rust implementation of Key Encapsulation Mechanism (KEM) adapters for Elliptic Curve Diffie Hellman (ECDH) protocols """ -version = "0.1.0-rc.2" +version = "0.1.0" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT" diff --git a/dhkem/LICENSE-MIT b/dhkem/LICENSE-MIT index c4c4d9d..839f655 100644 --- a/dhkem/LICENSE-MIT +++ b/dhkem/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2024 RustCrypto Developers +Copyright (c) 2024-2026 RustCrypto Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dhkem/README.md b/dhkem/README.md index 4220005..e3d2b83 100644 --- a/dhkem/README.md +++ b/dhkem/README.md @@ -1,4 +1,4 @@ -# [RustCrypto]: Diffie-Hellman-Based KEM +# [RustCrypto]: Diffie-Hellman-based KEM [![crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link]