Update signature.rs

This commit is contained in:
Code Cobain 2018-05-11 11:49:22 -07:00 committed by GitHub
parent 3d77fa5fbc
commit e779496dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
//! The `signature` module provides functionality for public, and private keys.
use generic_array::GenericArray;
use generic_array::typenum::{U32, U64};
use rand::{ChaChaRng, Rng, SeedableRng};
use ring::error::Unspecified;