File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ version = "0.1.0"
44edition = " 2021"
55description = " MLKEM [512, 768, 1024] module-lattice key encapsulation mechanism following the FIPS 203 standard."
66license = " MIT"
7- documentation = " https://docs.rs/ml-kem "
8- homepage = " https://github.com/lattice-based-cryptography/ml-kem "
9- repository = " https://github.com/lattice-based-cryptography/ml-kem "
7+ documentation = " https://docs.rs/mlkem-fips203 "
8+ homepage = " https://github.com/lattice-based-cryptography/mlkem-fips203 "
9+ repository = " https://github.com/lattice-based-cryptography/mlkem-fips203 "
1010
1111[dependencies ]
1212polynomial-ring = " 0.5.0"
Original file line number Diff line number Diff line change 1- # ml-kem
1+ # mlkem-fips203
22
33![ example workflow] ( https://github.com/lattice-based-cryptography/ml-kem/actions/workflows/basic.yml/badge.svg )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
5- [ ![ Crates.io] ( https://img.shields.io/crates/v/ml-kem .svg )] ( https://crates.io/crates/ml-kem )
5+ [ ![ Crates.io] ( https://img.shields.io/crates/v/mlkem-fips203 .svg )] ( https://crates.io/crates/mlkem-fips203 )
66
77### Description
88
You can’t perform that action at this time.
0 commit comments