| Crates.io | ciftl-rs |
| lib.rs | ciftl-rs |
| version | 0.1.1 |
| created_at | 2024-10-01 07:58:48.672755+00 |
| updated_at | 2025-02-09 12:10:40.540909+00 |
| description | ciftl-rs is a library, which contains some cipher components. |
| homepage | |
| repository | https://github.com/sandinpool/ciftl-rs |
| max_upload_size | |
| id | 1392595 |
| size | 124,666 |
ciftl-rs是一个密码学工具箱。
| 密码算法 | IV长度(Byte) | Key长度(Byte) | Block长度(Byte) | 算法类型 |
|---|---|---|---|---|
| ChaCha20 | 12 | 32 | 1 | Stream |
| 编码类型 | 参数 |
|---|---|
| hex | HexEncodingCase: UpperCase/LowerCase |
| base64 | 无 |
| 哈希算法 | 输出长度(Byte) |
|---|---|
| CRC32 | 4 |
| CRC32C | 4 |
| Sha1 | 20 |
| Sha256 | 32 |
| Sha512 | 64 |
cargo build
cargo build --features tools