diff --git a/Cargo.lock b/Cargo.lock index fff0624..92bcba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,7 +1069,6 @@ name = "x-wing" version = "0.1.0" dependencies = [ "hex", - "hex-literal", "ml-kem", "rand", "rand_core", diff --git a/x-wing/Cargo.toml b/x-wing/Cargo.toml index 84eb52b..1869268 100644 --- a/x-wing/Cargo.toml +++ b/x-wing/Cargo.toml @@ -8,13 +8,12 @@ edition = "2021" rust-version = "1.81" license = "Apache-2.0 OR MIT" readme = "README.md" -homepage = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem" -repository = "https://github.com/RustCrypto/KEMs" +homepage = "https://github.com/RustCrypto/KEMs/tree/master/x-wing" +repository = "https://github.com/RustCrypto/KEMs/tree/master/x-wing" categories = ["cryptography", "no-std"] -keywords = ["crypto", "x-wing", "xwing", "kem", "post-quantum"] +keywords = ["crypto", "x-wing-kem", "x-wing", "xwing", "kem", "post-quantum"] exclude = ["src/test-vectors.json"] - [features] getrandom = ["rand_core/getrandom"] @@ -37,7 +36,6 @@ sha3 = { version = "0.10", default-features = false } [dev-dependencies] rand_core = { version = "0.6" } -hex-literal = "0.4" hex = { version = "0.4", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"