19 个稳定版本
2.0.0 | 2022 年 4 月 9 日 |
---|---|
1.8.2 | 2021 年 8 月 16 日 |
1.8.1 | 2021 年 7 月 30 日 |
1.7.2 | 2021 年 1 月 26 日 |
0.1.1 | 2020 年 8 月 25 日 |
#30 in #helpers
76 每月下载量
76KB
2.5K SLoC
cryptohelpers
密码学相关辅助函数和简化函数集合。所有模块均受功能门控。
- sha256 -
sha256
功能 - password -
password
功能 - aes -
aes
功能 - crc -
checksum
功能 - rsa -
rsa
功能
还有一个 full
功能可以启用所有功能。
异步处理
async
功能添加了使用 Tokio 的 AsyncRead
和 AsyncWrite
特性的异步流函数。
许可证
MIT
lib.rs
:
密码学相关辅助函数集合。所有模块均受功能门控。
- sha256 -
sha256
功能 - password -
password
功能 - aes -
aes
功能 - crc -
checksum
功能 - rsa -
rsa
功能
还有一个 full
功能可以启用所有功能。
异步处理
async
功能添加了使用 Tokio 的 AsyncRead
和 AsyncWrite
特性的异步流函数。
依赖
~0.2–2.4MB
~44K SLoC