Expand description
Cryptography functionality to aid with hashing and comparison
Structs§
- Sha256
- Output of sha256 hashing
- Sha256
Hasher - A hasher for creating Sha256 values
Enums§
Constants§
- SHA256_
BYTES - Number of bytes in the SHA-256 output
Traits§
- Sha256
Hashable - Types that can be hashed by a hasher
Functions§
- hash_
file_ sha256 - Convenience method for hashing a file into a
Sha256
value - hash_
sha256 - Convenience method for hashing a value into a
Sha256
value