About Project
Easy to use Sha256 hash for rust, compatible with all other ZotCrypto projects!
| Icon | Item |
|---|---|
| 🥳 | Upcoming |
| ⚖️ | License |
| 📝 | ChangeLog |
Usage (rust)
Implementation
Cargo
encrypto_aes = latest
RSA
Documentation will be published soon at our website
You can try:
let msg = b"abc";
let encoded_hex = encode_to_hex;
let encoded_b64 = encode_to_base64;
let encoded_bytes = encode_to_bytes;
assert_eq!;
assert_eq!;
Please raise an issue here if the documentation isn't uploaded in long time
Upcoming
| Supported Languages | Status |
|---|---|
| Flutter | Priority: Less |
| Java | Priority: Very high |
| JavaScript | Priority: High |