| Summary: | [libpas] Implement secure random numbers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | bmalloc | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Brandon
2022-04-25 11:29:19 PDT
Can we re-use WTF::WeakRandom for this (or reuse the alogrithm)? Pull request: https://github.com/WebKit/WebKit/pull/379 (In reply to Geoffrey Garen from comment #1) > Can we re-use WTF::WeakRandom for this (or reuse the alogrithm)? We could probably reimplement the WeakRandom algorithm to replace the fast generator (just took a brief look at the code). The main goal of this patch was to separate the fast and secure random generator, and provide a suitable secure random generator. Replacing the fast random generator can be further investigated in a future patch. OK, got it! Committed r293518 (250049@main): <https://commits.webkit.org/250049@main> Reviewed commits have been landed. Closing PR #379 and removing active labels. |