summaryrefslogtreecommitdiff
path: root/src/sign.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sign.rs')
-rw-r--r--src/sign.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sign.rs b/src/sign.rs
index bd141b0..ead5a4c 100644
--- a/src/sign.rs
+++ b/src/sign.rs
@@ -20,10 +20,10 @@ extern crate hex;
extern crate ring;
extern crate untrusted;
-use self::ring::signature;
-use self::ring::signature::Ed25519KeyPair;
use self::ring::rand;
use self::ring::rand::SecureRandom;
+use self::ring::signature;
+use self::ring::signature::Ed25519KeyPair;
use self::untrusted::Input;