[][src]Module mohan::hash

Various Hash functions & types Hash Functions

Structs

H256

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

SipHasher

Traits

DefaultHashable

Implementing this trait enables the default hash implementation

Hashed

A trait for types that have a canonical hash