Skip to content

Commit

Permalink
ocb3 v0.1.0 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 27, 2024
1 parent 3c9bb0a commit f0057f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ocb3/CHANGELOG.md
Expand Up @@ -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
6 changes: 3 additions & 3 deletions ocb3/Cargo.toml
Expand Up @@ -2,16 +2,16 @@
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"
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"

Expand Down

0 comments on commit f0057f6

Please sign in to comment.