feat: add ml kem demo
This commit is contained in:
9
__crypto/ml-kem-demo/Cargo.toml
Normal file
9
__crypto/ml-kem-demo/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "ml-kem-demo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
ml-kem = { version = "0.2.1", features = ["zeroize"] }
|
||||
rand = "0.8"
|
||||
Reference in New Issue
Block a user