| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-25 | rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on Windows | Oliver Middleton | -7/+11 | |
| CryptGenRandom takes a DWORD (u32) for the length so it only supports writing u32::MAX bytes at a time. Casting the length from a usize caused truncation meaning the whole buffer was not always filled. | ||||
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -0/+72 | |
