As `OsRng` no longer implements `CryptoRng` in `rand` 0.9.0, the examples using something like ```rust let key = Key::generate(&mut OsRng); ``` doesn't work anymore.