eth2_hashing 0.1.0

Hashing primitives used in Ethereum 2.0
Documentation

Provides a simple hash function utilizing ring::digest::SHA256.

The purpose of this crate is to provide an abstraction to whatever hash function Ethereum 2.0 is using. The hash function has been subject to change during the specification process, so defining it once in this crate makes it easy to replace.