lighthouse/beacon_chain/utils/hashing/src
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
..
lib.rs Fixes a bug that was not returning the hash 2018-12-12 21:54:05 -08:00