Impl serde ser and deser for bls keypairs

This commit is contained in:
Paul Hauner
2019-03-08 13:15:41 +11:00
parent b98f514d68
commit 3b6431b4b4
6 changed files with 61 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ mod aggregate_signature;
mod keypair;
mod public_key;
mod secret_key;
mod serde_vistors;
mod signature;
pub use crate::aggregate_public_key::AggregatePublicKey;