Skip to content

Commit

Permalink
v0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 4, 2024
1 parent 8388794 commit a80a78f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[package]
name = "ml-kem"
version = "0.1.0"
description = """
Pure Rust implementation of the Module-Lattice-Based Key-Encapsulation Mechanism Standard
(formerly known as Kyber) as described in the FIPS 203 Initial Public Draft
"""
version = "0.1.0-alpha"
edition = "2021"
rust-version = "1.74"
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "kyber", "lattice", "post-quantum"]

[features]
default = ["std"]
Expand Down

0 comments on commit a80a78f

Please sign in to comment.