lighthouse/beacon_chain/utils/hashing
Alex Stokes cc7982b277
Fixes a bug that was not returning the hash
The way this library works is that it is demand-driven, not
supply-driven; i.e. it will only fill as many bytes as you provide in a
given slice. The prior implementation was a vector of length 0 so the
backing slice requested no bytes.
2018-12-12 21:54:05 -08:00
..
src Fixes a bug that was not returning the hash 2018-12-12 21:54:05 -08:00
Cargo.toml Updates the hash function used to Keccak-256 2018-12-12 21:54:04 -08:00