We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43277d6 + 8ab3708 commit de231c8Copy full SHA for de231c8
CHANGELOG.md
@@ -70,7 +70,9 @@ You may also find the [Update Guide](UPDATING.md) useful.
70
- Add support for CloudABI. (#224)
71
- Remove support for NaCl. (#225)
72
- WASM support for `OsRng` via stdweb, behind the `stdweb` feature. (#272, #336)
73
+- Use `getrandom` on more platforms for Linux, and on Android. (#338)
74
- On systems that do not have a syscall interface, only keep a single file descriptor open for `OsRng`. (#239)
75
+- On Unix, first try a single read from `/dev/random`, then `/dev/urandom`. (#338)
76
- Better error handling and reporting in `OsRng` (using new error type). (#225)
77
- `OsRng` now uses non-blocking when available. (#225)
78
- Add `EntropyRng`, which provides `OsRng`, but has `JitterRng` as a fallback. (#235)
0 commit comments