-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vfs/xoroshiro: add PRNG plugin using Xoroshiro128+ #5407
Comments
This plugin provides a PRNG based on the Xoroshiro128+ algorithm that reseeds itself after a specific amount of state was consumed. For more detailed information please take a look at its README in 'repos/os/src/lib/vfs/xoroshiro/README'. Fixes genodelabs#5407.
This plugin provides a PRNG based on the Xoroshiro128+ algorithm that reseeds itself after a specific amount of state was consumed. For more detailed information please take a look at its README in 'repos/os/src/lib/vfs/xoroshiro/README'. Fixes genodelabs#5407.
Commit 4ce1402 provides the plugin, the already available implementation in
My primary reason for creating the plugin is getting rid of the sub-init in the various web-browser packages where the Since I have not performed any analysis I cannot comment on security-related properties of the implementation or rather the algorithm itself. |
No description provided.
The text was updated successfully, but these errors were encountered: