We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dfa82 commit faf37c1Copy full SHA for faf37c1
src/sign/src/main.rs
@@ -10,7 +10,6 @@ use clap::Parser;
10
use color_eyre::Result;
11
use rand::SeedableRng;
12
use rand_chacha::ChaCha20Rng;
13
-use std::convert::TryInto;
14
15
use ed25519_dalek::*;
16
use std::error::Error;
0 commit comments