Expand description

Project changelog

Modules

Crate now works on stable!
Breaking changes
Breaking changes
Replaced likely unsound use of core::mem::uninitialized().
Fix unsound mutable reference aliasing in the implementation of try_fill_bytes.
Breaking changes
Breaking changes
Disallow use of rdrand/rdseed on known-broken AMD systems.
Fix the implementation of try_fill_bytes when the buffer is aligned but the size is not a multiple of a word size.