Add swap_or_not_shuffle and tests.

The implementation is not matching the EF implementation at this point.
This commit is contained in:
Paul Hauner
2019-02-14 18:22:55 +11:00
parent c41b743d2d
commit 18e85a3cf8
4 changed files with 203 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ members = [
"eth2/utils/honey-badger-split",
"eth2/utils/slot_clock",
"eth2/utils/ssz",
"eth2/utils/swap_or_not_shuffle",
"eth2/utils/fisher_yates_shuffle",
"beacon_node",
"beacon_node/db",