Move proof_of_possession into bls crate

This commit is contained in:
Paul Hauner
2018-10-22 05:58:12 +11:00
parent 7eac75fcf6
commit 8a2baa7b26
6 changed files with 23 additions and 33 deletions

View File

@@ -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,
};