[][src]Module grin_core::core::hash

Hash Function

Primary hash function used in the protocol

Structs

Hash

A hash to uniquely (or close enough) identify one of the main blockchain constructs. Used pervasively for blocks, transactions and outputs.

HashWriter

Serializer that outputs a hash of the serialized object

Constants

ZERO_HASH

A hash consisting of all zeroes, used as a sentinel. No known preimage.

Traits

DefaultHashable

Implementing this trait enables the default hash implementation

Hashed

A trait for types that have a canonical hash