mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 22:38:34 +00:00
8 lines
139 B
Rust
8 lines
139 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate ssz;
|
|
extern crate types;
|
|
|
|
pub mod attestation_ssz_splitter;
|
|
pub mod ssz_beacon_block;
|