利用 Rust 重新实现加密库部分。计划在有时间或需要代码更新的时候将旧的代码迁移到新的库中使用。
Go to file
2024-09-18 23:00:51 +01:00
.idea [xmly] feat #5: implement xmly decipher 2024-09-18 01:23:48 +01:00
um_audio [audio] fix: id3v2 parsing 2024-09-15 00:27:25 +01:00
um_cli [xmly] chore: rename streams 2024-09-18 23:00:51 +01:00
um_crypto [xmly] docs: added notes about the format 2024-09-18 01:35:40 +01:00
um_wasm [wasm/kgm] refactor: simplify kgm interface 2024-09-18 22:02:18 +01:00
um_wasm_loader [wasm] build: default to release build 2024-09-16 22:10:16 +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 [xmly] feat #5: implement xmly decipher 2024-09-18 01:23:48 +01:00
Cargo.toml feat: added audio type detector 2024-09-15 00:07:46 +01:00
LICENSE_APACHE init: it builds 2024-09-02 21:04:35 +01:00
LICENSE_MIT init: it builds 2024-09-02 21:04:35 +01:00
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 双协议