Add keypair gen fn for testing

This commit is contained in:
Paul Hauner
2018-07-11 18:17:04 +10:00
parent ff3795dbf0
commit 707f116344
3 changed files with 22 additions and 14 deletions

View File

@@ -7,3 +7,4 @@ use super::state::crystallized_state;
pub mod types;
pub mod bls;
pub mod test_helpers;