Merge pull request #225 from sigp/permutated-index

Add get_permutated_index
This commit is contained in:
Paul Hauner
2019-02-15 15:32:28 +11:00
committed by GitHub
10 changed files with 240 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ serde_derive = "1.0"
serde_json = "1.0"
slog = "^2.2.3"
ssz = { path = "../utils/ssz" }
vec_shuffle = { path = "../utils/vec_shuffle" }
fisher_yates_shuffle = { path = "../utils/fisher_yates_shuffle" }