lighthouse/crypto/bls/src/generic_aggregate_public_key.rs

7 lines
228 B
Rust
Raw Normal View History

/// Implemented on some struct from a BLS library so it may be used internally in this crate.
pub trait TAggregatePublicKey: Sized + Clone {}
/*
* Note: there is no immediate need for a `GenericAggregatePublicKey` struct.
*/