Skip to content

Commit e71b101

Browse files
Merge pull request #77 from lattice-based-cryptography/minor_readme_changes_for_name
change names to `mlkem-fips203`
2 parents cf1bb5b + 15b89b5 commit e71b101

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
description = "MLKEM [512, 768, 1024] module-lattice key encapsulation mechanism following the FIPS 203 standard."
66
license = "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]
1212
polynomial-ring = "0.5.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)