Move shuffling functions around

- Move `delegation` from the `transition` dir into its own dir:
`beacon_chain/validator_shuffling`
- Rename `beacon_chain/utils/shuffling` -> `vec_shuffle`
This commit is contained in:
Paul Hauner
2018-10-20 13:08:43 +11:00
parent b4566a776a
commit 606c32950d
11 changed files with 49 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "vec_shuffle"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
hashing = { path = "../hashing" }