mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
Heavily restructure repo
Separate most modules into crates
This commit is contained in:
10
beacon_chain/utils/bls/src/lib.rs
Normal file
10
beacon_chain/utils/bls/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
extern crate bls_aggregates;
|
||||
|
||||
pub use self::bls_aggregates::AggregateSignature;
|
||||
pub use self::bls_aggregates::AggregatePublicKey;
|
||||
pub use self::bls_aggregates::Signature;
|
||||
pub use self::bls_aggregates::Keypair;
|
||||
pub use self::bls_aggregates::PublicKey;
|
||||
pub use self::bls_aggregates::SecretKey;
|
||||
|
||||
pub const BLS_AGG_SIG_BYTE_SIZE: usize = 97;
|
||||
Reference in New Issue
Block a user