mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
docs: update readme about cli solution
This commit is contained in:
@@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
lib_um_crypto_rust
|
lib_um_crypto_rust
|
||||||
├── um_crypto 子目录存放具体算法的代码
|
├── um_cli 用于调试的 CLI 方案。
|
||||||
├── um_wasm 将 um_crypto 包装为能从 JavaScript 层调用的代码
|
├── um_crypto/* 子目录存放具体算法的代码。
|
||||||
└── um_wasm_loader 打包 `um_wasm` 到 npm 包的代码
|
├── um_wasm 将 um_crypto 包装为能从 JavaScript 层调用的代码。
|
||||||
|
└── um_wasm_loader 打包 `um_wasm` 到 npm 包的代码。
|
||||||
```
|
```
|
||||||
|
|
||||||
## 授权协议
|
## 授权协议
|
||||||
|
|||||||
Reference in New Issue
Block a user