diff --git a/ocb3/CHANGELOG.md b/ocb3/CHANGELOG.md index f0c2c862..d04f3c6e 100644 --- a/ocb3/CHANGELOG.md +++ b/ocb3/CHANGELOG.md @@ -4,7 +4,5 @@ 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 (2023-XX-XX) - +## 0.1.0 (2024-03-07) - Initial release diff --git a/ocb3/Cargo.toml b/ocb3/Cargo.toml index 2217f3e1..f8cd8f3c 100644 --- a/ocb3/Cargo.toml +++ b/ocb3/Cargo.toml @@ -2,8 +2,8 @@ name = "ocb3" version = "0.1.0" description = """ -Pure Rust implementation of the OCB3 -Authenticated Encryption with Associated Data (AEAD) Cipher +Pure Rust implementation of the Offset Codebook Mode v3 (OCB3) Authenticated Encryption with +Associated Data (AEAD) Cipher as described in RFC7253 """ authors = ["RustCrypto Developers"] edition = "2021" @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/ocb3" repository = "https://github.com/RustCrypto/AEADs" -keywords = ["aead", "encryption", "ocb", "ocb3"] +keywords = ["aead", "encryption", "ocb"] categories = ["cryptography", "no-std"] rust-version = "1.60"