mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Move proof_of_possession into bls crate
This commit is contained in:
@@ -3,13 +3,8 @@ extern crate hashing;
|
||||
extern crate types;
|
||||
|
||||
mod inductor;
|
||||
mod proof_of_possession;
|
||||
|
||||
pub use inductor::{
|
||||
ValidatorInductor,
|
||||
ValidatorInductionError,
|
||||
};
|
||||
|
||||
pub use proof_of_possession::{
|
||||
create_proof_of_possession,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user