[][src]Module secp256kfun::hash

Generally useful utilities related to hashing.

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

Structs

NonceDerivation

The state of a nonce derivation.

NonceHash

Hashes for doing nonce derivation.

Enums

Derivation

A choice of nonce Derivation.

Traits

HashAdd

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

HashInto

Anything that can be hashed.

Functions

tagged_hash

Generates a BIP-340 tagged hash from a tag.