4 个稳定版本
1.1.0 | 2024年5月18日 |
---|---|
1.0.2 | 2024年5月18日 |
1.0.1 | 2021年10月30日 |
在 加密学 中排名第 879
4KB
Sha-to-hex
使用密钥编码字符串并返回十六进制字符串的简单函数
use sha_to_hex::encode;
let encoded = encode(msg, secret);
要编码字节,请使用 encode_bytes
use sha_to_hex::encode_bytes;
let encoded = encode_bytes(msg_as_bytes, secret_as_bytes);
有关完整用法,请参阅 docs.rs: encode
依赖项
~5–14MB
~229K SLoC