Crate fire_crypto[−][src]
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
cipherEnabling encryption and decryptionsignatureEnabling signing and verifyingb64Enabling base64 supportserdeEnabling serde support (needsb64to 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.