Move to solana-ed25519-dalek (#4248)

This commit is contained in:
Tyera Eulberg
2019-05-10 15:26:46 -06:00
committed by GitHub
parent ad7f04a245
commit 06a93dcb43
5 changed files with 19 additions and 19 deletions

View File

@@ -2,12 +2,12 @@
use crate::pubkey::Pubkey;
use bs58;
use ed25519_dalek;
use generic_array::typenum::U64;
use generic_array::GenericArray;
use rand::rngs::OsRng;
use rand::{CryptoRng, Rng};
use serde_json;
use solana_ed25519_dalek as ed25519_dalek;
use std::error;
use std::fmt;
use std::fs::{self, File};