Crate fire_crypto
source ·Expand description
§Crypto library
Fire crypto ought to be a simple to use crypto providing encryption and signing.
§Dependency
Main dependency is dalek-cryptography
.
§Features
cipher
Enabling encryption and decryptionsignature
Enabling signing and verifyingb64
Enabling base64 supportserde
Enabling serde support (needsb64
to work)
§Not verified
This crate has not passed any verification and may contain bugs.
Modules§
- Contains structs used for encryption and decryption.
- Contains structs used for hashing.
- Contains structs used for signing and verifying.
Functions§
- Fills a slice with random bytes.
- Xors two buffers. Both buffers need to have the same length.