lighthouse/beacon_chain/utils
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
..
active-validators Run rustfmt globally. 2018-11-04 15:35:55 +01:00
bls Updates the hash function used to Keccak-256 2018-12-12 21:54:04 -08:00
boolean-bitfield Adds custom std::cmp::PartialEq impl 2018-12-10 20:34:35 -08:00
hashing Fixes a bug that was not returning the hash 2018-12-12 21:54:05 -08:00
honey-badger-split Run rustfmt globally. 2018-11-04 15:35:55 +01:00
slot-clock Run rustfmt globally. 2018-11-04 15:35:55 +01:00
ssz Run rustfmt globally. 2018-11-04 15:35:55 +01:00
ssz_helpers Rename AttestationRecord -> Attestation 2018-12-12 12:16:11 +11:00
vec_shuffle removed unnecessary call to saturated_sub() in vec_shuffle 2018-11-23 19:29:03 -08:00