We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac73b0 commit 01886bcCopy full SHA for 01886bc
kem/Cargo.toml
@@ -1,16 +1,16 @@
1
[package]
2
-description = "Traits for key encapsulation mechanisms"
+name = "kem"
3
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"]
-name = "kem"
14
15
[dependencies]
16
rand_core = "0.9"
0 commit comments