Begin working on bls test

This commit is contained in:
Kirk Baird
2019-05-21 10:32:14 +10:00
parent 63ee179def
commit 4f6447a62b
9 changed files with 211 additions and 1 deletions

View File

@@ -4,9 +4,13 @@ use yaml_rust::YamlLoader;
mod ssz_generic;
mod ssz_static;
mod bls_aggregate_pubkeys;
mod bls_aggregate_sigs;
pub use ssz_generic::*;
pub use ssz_static::*;
pub use bls_aggregate_pubkeys::*;
pub use bls_aggregate_sigs::*;
#[derive(Debug)]
pub struct Cases<T> {