We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01886bc commit de9be70Copy full SHA for de9be70
1 file changed
kem/Cargo.toml
@@ -4,13 +4,13 @@ version = "0.3.0-pre.0"
4
authors = ["RustCrypto Developers"]
5
edition = "2024"
6
rust-version = "1.85"
7
-description = "Traits for key encapsulation mechanisms"
8
documentation = "https://docs.rs/kem"
9
readme = "README.md"
10
repository = "https://github.com/RustCrypto/traits"
11
license = "Apache-2.0 OR MIT"
12
keywords = ["crypto"]
13
categories = ["cryptography", "no-std"]
+description = "Traits for key encapsulation mechanisms"
14
15
[dependencies]
16
rand_core = "0.9"
0 commit comments