DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Replace time with std::time #406

Open serprex opened 7 years ago

serprex commented 7 years ago

If it's desirable to keep last_reseed_time at 8 bytes then instead of initializing last_reseed_time as None it could be set to Instant::now() - Duration::from_millis(200)