rust-crypto icon indicating copy to clipboard operation
rust-crypto copied to clipboard

Replace time with std::time

Open serprex opened this issue 9 years ago • 0 comments

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)

serprex avatar Feb 28 '17 14:02 serprex