900ffac5e0
Using `$ cargo fmt` in the root. Closes #68.
13 lines
263 B
Rust
13 lines
263 B
Rust
extern crate bls;
|
|
extern crate db;
|
|
extern crate hashing;
|
|
extern crate ssz;
|
|
extern crate ssz_helpers;
|
|
extern crate types;
|
|
|
|
mod attestation_parent_hashes;
|
|
pub mod attestation_validation;
|
|
pub mod block_validation;
|
|
mod message_generation;
|
|
mod signature_verification;
|