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

@@ -5,7 +5,6 @@ Simple Rust Tests
Project or files:
```
.
├── README_2.md
├── __alloc
│   └── zeroizing-alloc-demo
├── __args
@@ -19,8 +18,8 @@ Project or files:
│   └── zstd-demo
├── __concurrent
│   ├── arc-swap
│   ├── async-fn-resumed-after-completion
│   ├── async_study
│   ├── async-fn-resumed-after-completion
│   ├── crossbeam_n_parking_lot
│   ├── glommio
│   ├── green-threads
@@ -46,6 +45,7 @@ Project or files:
│   ├── jose-test
│   ├── jsonwebtoken
│   ├── liboqs-rust-demo
│   ├── ml-kem-demo
│   ├── okta-bcrypt-issue
│   ├── orion-demo
│   ├── passkey-rs-demo
@@ -80,7 +80,7 @@ Project or files:
│   └── sqlx
├── __diff
│   ├── diffy
│   ── prettydiff
│   ── prettydiff
├── __enclave
│   └── virt_enclave
├── __err
@@ -92,9 +92,9 @@ Project or files:
├── __ffi
│   ├── abi_stable_crates
│   ├── c
│   ├── c2
│   ├── c_export
│   ├── c_layout
│   ├── c2
│   ├── calltoc
│   ├── cpp
│   ├── dotalib
@@ -105,7 +105,7 @@ Project or files:
├── __fs
│   ├── crypt4ghfs-rust
│   ├── fuse
│   ── fuser
│   ── fuser
├── __gui
│   ├── druid
│   ├── gtk
@@ -180,8 +180,8 @@ Project or files:
│   ├── pcap
│   ├── pingora-demo
│   ├── quinn
│   ├── rust-rawsock-demo
│   ├── rust_tcp
│   ├── rust-rawsock-demo
│   ├── s2n_quic
│   ├── socket2
│   ├── tcp
@@ -227,10 +227,10 @@ Project or files:
│   ├── sshrs
│   └── xshell
├── __shuttle
│   ── hatter-test
│   ── hatter-test
├── __std
│   ├── async-fn
│   ├── async_await
│   ├── async-fn
│   ├── into
│   ├── iter
│   ├── misc
@@ -273,8 +273,8 @@ Project or files:
│   ├── wasmtime-serde-demo
│   └── wit-bindgen-sample
├── __web
│   ├── actix-web
│   ├── actix_rustls
│   ├── actix-web
│   ├── alibabacloundfn
│   ├── hyper_rustls
│   ├── hyperrs
@@ -288,8 +288,9 @@ Project or files:
│   ├── tide
│   └── warp
├── build_readme.rs -> scripts/build_readme_rs/src/main.rs
├── README_2.md
├── scripts
│   ── build_readme_rs
│   ── build_readme_rs
└── single_file_tests
├── 99.rs
├── chain.rs
@@ -313,6 +314,6 @@ Project or files:
├── vec.rs
└── while.rs
285 directories, 38 files
286 directories, 38 files
```