chore: use code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use rand::rngs::OsRng;
|
||||
use ed25519_dalek::{ Keypair, Signer, Verifier };
|
||||
use x25519_dalek::{EphemeralSecret, PublicKey};
|
||||
use x25519_dalek::{ EphemeralSecret, PublicKey };
|
||||
|
||||
fn main() {
|
||||
let mut csprng = OsRng{};
|
||||
|
||||
Reference in New Issue
Block a user