mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
## Issue Addressed #3386 ## Proposed Changes * make `blst` crate `optional` * include `blst` dependency into `supranational` feature * hide `blst`-related code with `supranational` feature Co-authored-by: Kirill <kirill@aurora.dev>
6 lines
114 B
Rust
6 lines
114 B
Rust
#[cfg(feature = "supranational")]
|
|
pub mod blst;
|
|
pub mod fake_crypto;
|
|
#[cfg(feature = "milagro")]
|
|
pub mod milagro;
|