Module hashes
👎Deprecated since 0.29.1: Depend on
hashes
in your own crate.Expand description
Deprecated reexport of the bitcoin-hashes
crate.
Macros§
- borrow_
slice_ impl - Adds slicing traits implementations to a given type
$ty
- hash_
newtype - Creates a new newtype around a
Hash
type. - hex_
fmt_ impl - Adds hexadecimal formatting implementation of a trait
$imp
to a given type$ty
. - serde_
impl - Implements
Serialize
andDeserialize
for a type$t
which represents a newtype over a byte-slice over length$len
. - sha256t_
hash_ newtype - Macro used to define a newtype tagged hash.
Structs§
- From
Slice Error - Attempted to create a hash from an invalid length slice.
- Hmac
- A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.
- Hmac
Engine - Pair of underlying hash engines, used for the inner and outer hash of HMAC.
Traits§
- Hash
- Trait which applies to hashes of all types.
- Hash
Engine - A hashing engine which bytes can be serialized into.