利用 Rust 重新实现加密库部分。计划在有时间或需要代码更新的时候将旧的代码迁移到新的库中使用。
Go to file
2024-09-16 21:30:39 +01:00
.idea [kgm] feat #2: basic kgm support 2024-09-15 22:15:32 +01:00
um_audio [audio] fix: id3v2 parsing 2024-09-15 00:27:25 +01:00
um_cli [kgm] refactor: convert to enum for dispatch 2024-09-16 21:03:26 +01:00
um_crypto [kwm] refactor: move Decipher new fn under struct 2024-09-16 21:03:46 +01:00
um_wasm [wasm/kwm] refactor: change kwm constructors 2024-09-16 21:28:35 +01:00
um_wasm_loader [wasm] chore: bump version to alpha.12 2024-09-16 21:30:39 +01:00
.editorconfig build: experimental build with node package 2024-09-03 00:17:54 +01:00
.gitignore chore: improve ignore rules 2024-09-06 00:48:19 +01:00
Cargo.lock [wasm/kgm] feat #2: add kgm glue 2024-09-16 21:28:19 +01:00
Cargo.toml feat: added audio type detector 2024-09-15 00:07:46 +01:00
LICENSE_APACHE
LICENSE_MIT
README.MD docs: update readme about cli solution 2024-09-14 16:18:07 +01:00

um_crypto

加解密算法实现 (Rust)。

项目结构

lib_um_crypto_rust
├── um_cli          用于调试的 CLI 方案。
├── um_crypto/*     子目录存放具体算法的代码。
├── um_wasm         将 um_crypto 包装为能从 JavaScript 层调用的代码。
└── um_wasm_loader  打包 `um_wasm` 到 npm 包的代码。

授权协议

Apache License 2.0 + MIT 双协议