hash&uint -> numbers

This commit is contained in:
Nikolay Volf 2016-03-01 00:23:49 +03:00
parent d0125f3ff5
commit 16038d9555
1 changed files with 1 additions and 2 deletions

View File

@ -150,8 +150,7 @@ impl KeyPair {
/// EC functions
pub mod ec {
use hash::*;
use bigint::uint::*;
use numbers::*;
use standard::*;
use crypto::*;
use crypto::{self};