2018-09-21 01:14:28 +00:00
|
|
|
use super::utils::types::Hash256;
|
2018-08-23 08:32:18 +00:00
|
|
|
|
2018-09-22 11:59:44 +00:00
|
|
|
pub mod attestation_parent_hashes;
|
2018-08-28 07:51:57 +00:00
|
|
|
mod shuffling;
|
2018-08-24 06:01:57 +00:00
|
|
|
|
2018-08-28 07:51:57 +00:00
|
|
|
pub use self::shuffling::shuffle;
|