lighthouse-pulse/beacon_chain/validator_shuffling/src/lib.rs
2018-12-25 19:00:41 +11:00

9 lines
197 B
Rust

extern crate honey_badger_split;
extern crate spec;
extern crate types;
extern crate vec_shuffle;
mod shuffle;
pub use crate::shuffle::{shard_and_committees_for_cycle, ValidatorAssignmentError};