Expand description
Project changelog
Modulesยง
- r0_3_0
- Crate now works on stable!
- r0_4_0
- Breaking changes
- r0_5_0
- Breaking changes
- r0_5_1
- Replaced likely unsound use of
core::mem::uninitialized()
. - r0_6_0
- Fix unsound mutable reference aliasing in the implementation of
try_fill_bytes
. - r0_7_0
- Breaking changes
- r0_8_0
- Breaking changes
- r0_8_1
- Disallow use of
rdrand
/rdseed
on known-broken AMD systems. - r0_8_2
- Fix the implementation of
try_fill_bytes
when the buffer is aligned but the size is not a multiple of a word size.