| Crates.io | encrypto_sha256 |
| lib.rs | encrypto_sha256 |
| version | 0.1.1 |
| created_at | 2022-12-19 16:42:43.288812+00 |
| updated_at | 2022-12-19 16:50:54.86639+00 |
| description | stunning-encrypto is cross platform end-to-end encryption dependency. And this is Sha256 extension of the same |
| homepage | https://www.ssdd.dev/zot/crypto/sha256 |
| repository | https://github.com/zotcrypto/encrypto_sha256_rust |
| max_upload_size | |
| id | 741397 |
| size | 10,356 |
Easy to use Sha256 hash for rust, compatible with all other ZotCrypto projects!
| Icon | Item |
|---|---|
| 🥳 | Upcoming |
| ⚖️ | License |
| 📝 | ChangeLog |
encrypto_aes = latest
let msg = b"abc";
let encoded_hex = ZotSha256::encode_to_hex(msg);
let encoded_b64 = ZotSha256::encode_to_base64(msg);
let encoded_bytes = ZotSha256::encode_to_bytes(msg);
assert_eq!(encoded_bytes.clone(), hex::decode(encoded_hex).unwrap());
assert_eq!(encoded_bytes.clone(), base64::decode(encoded_b64).unwrap());
| Supported Languages | Status |
|---|---|
| Flutter | Priority: Less |
| Java | Priority: Very high |
| JavaScript | Priority: High |