add more utilities
This commit is contained in:
parent
366cc3b759
commit
67d93faeb5
4 changed files with 66 additions and 16 deletions
6
utilities/encsign_keygen.rs
Normal file
6
utilities/encsign_keygen.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
fn main() {
|
||||
println!(
|
||||
"{}",
|
||||
spbr_common::crypto::encsign::EncSignKeypair::new_random()
|
||||
);
|
||||
}
|
||||
Loading…
Reference in a new issue