feat: add ml kem demo

This commit is contained in:
2025-09-24 23:15:32 +08:00
parent 5ef3b4d3e6
commit b73fd9e64e
4 changed files with 310 additions and 11 deletions

View 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"