Module secp256kfun::hash[][src]

Expand description

Generally useful utilities related to hashing.

In general, things in here are defined against the Digest trait from the RustCrypto project.

Traits

Extension trait for digest::Digest to make adding things to the hash convenient.

Anything that can be hashed.

Extension trait to “tag” a hash as described in BIP-340.