add more utilities

This commit is contained in:
Maple Nebel 2026-07-05 13:45:56 +02:00
commit 67d93faeb5
4 changed files with 66 additions and 16 deletions

View file

@ -0,0 +1,6 @@
fn main() {
println!(
"{}",
spbr_common::crypto::encsign::EncSignKeypair::new_random()
);
}