update from rand_os to fix warnings

This commit is contained in:
NikVolf
2019-09-28 10:48:43 +03:00
parent 30660e1d1c
commit b42477a0bf
13 changed files with 13 additions and 33 deletions

View File

@@ -24,8 +24,7 @@ use blake2s_simd::Params as Blake2sParams;
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use rand_core::RngCore;
use rand_os::OsRng;
use rand_core::{OsRng, RngCore};
use std::io::BufReader;
use libc::{c_char, c_uchar, size_t};