Merge branch 'master' into 156__remove_user_keys_in_mintdemo

This commit is contained in:
Rob Kelly
2018-05-11 13:00:44 -04:00
committed by GitHub
22 changed files with 999 additions and 883 deletions

View File

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