Skip to content

Commit

Permalink
update crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed Jun 19, 2024
1 parent e0dc52d commit d73a381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ version = "0.1.0"
edition = "2021"
authors = ["supinie <joshua@supinie.com>"]

description = "A rust implementation of the PQC scheme Crystals (https://pq-crystals.org/)"
description = "A pure rust implementation of the Module-Lattice-based standards [ML-KEM](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.ipd.pdf) and (soon) [ML-DSA](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.ipd.pdf), also known as the PQC scheme [Crystals](https://pq-crystals.org/)."
readme = "README.md"
keywords = ["cryptography", "post-quantum", "kyber", "no_std", "ml-kem"]
categories = ["cryptography", "no-std", "no-std::no-alloc"]

repository = "https://github.com/supinie/enc_rust"

license = "GPL-3.0-or-later"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
Expand Down

0 comments on commit d73a381

Please sign in to comment.