Module crypto

Source

Modules§

cipher
Encryption / Decryption utilities.
sign

Structs§

Hash
Wrapper for a 256-bit hash digest. Also implements friendly formatting.
Password
A simple wrapper over String to avoid certain kinds of attack. For more elaboration please see the documentation for the SecretKey structure.
PasswordSalt

Traits§

Digest
Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.
Hashable
Similar to std::hash::Hash, but for cryptographic hashes.