Crate essential_hash
source ·Expand description
Modules§
- A small collection of helper functions to assist in the calculation of an contract’s content address.
Functions§
- Shorthand for hashing the given value in order to produce its content address.
- Hash data using SHA-256.
- Hash words in the same way that
Crypto::Sha256does. - Serialize data for hashing using postcard.