Skip to content

Commit

Permalink
v0.17.9 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored Mar 1, 2025
1 parent d138f8b commit 2136782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.17.9

**Date:** TBD.
**Date:** March 1, 2025.

**Changelog:**
- Add support for post-quantum ML-KEM from FIPS-203 ([#431](https://github.com/orion-rs/orion/pull/431)).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "orion"
version = "0.17.8"
version = "0.17.9"
authors = ["brycx <brycx@protonmail.com>"]
description = "Usable, easy and safe pure-Rust crypto"
keywords = ["cryptography", "crypto", "aead", "hash", "mac"]
keywords = ["cryptography", "crypto", "aead", "pqc", "kem"]
categories = ["cryptography", "no-std"]
edition = "2021"
rust-version = "1.81" # Update CI (MSRV) test + README along with this.
Expand Down

0 comments on commit 2136782

Please sign in to comment.