mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 13:01:22 +00:00
8 lines
132 B
Rust
8 lines
132 B
Rust
|
extern crate bls;
|
||
|
extern crate hashing;
|
||
|
extern crate types;
|
||
|
extern crate ssz;
|
||
|
|
||
|
pub mod attestation_ssz_splitter;
|
||
|
pub mod ssz_block;
|