mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
9 lines
197 B
Rust
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};
|