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§
- cipher
- Contains structs used for encryption and decryption.
- error
- hash
- Contains structs used for hashing.
- signature
- Contains structs used for signing and verifying.
- token
Functions§
- fill_
random - Fills a slice with random bytes.
- xor
- Xors two buffers. Both buffers need to have the same length.