add kr simpile crypt support

This commit is contained in:
2025-07-01 18:11:10 +08:00
parent 263c156d03
commit 90f56c5e2d
6 changed files with 175 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
pub mod scn;
pub mod simple_crypt;
use std::collections::HashMap;
use std::sync::Arc;