lighthouse/beacon_chain/utils/shuffling/README.md
Paul Hauner 2763f7bc00
Move shuffling to its own crate, update hash fn
Previously blake2s-256 was being used, now blake2b-512[:32] is being
used.
2018-10-03 13:43:28 +10:00

117 B

This module includes the fundamental shuffling function. It does not do the full validator delegation amongst slots.