Markus Theil
Markus Theil
Do you have any plans on releasing an up to date version of frozen? I'd like to include frozen into nixpkgs with a current version including cross-compilation support. I therefore...
In the past I mostly cross-compiled frozen from hand and copy-pasted it inside the needed application. This patch adds a meson build definition, which already has builtin cross-compilation support. My...
When using dd to copy a bootstream to the rshim, I noticed that larger buffer sizes (e.g. 1MB) never finish copying. The last buffer always does not finish copying. Example:...
Fixed in #115: - cargo features - setting target architecture, when cross-compiling Currently missing when copying SBOMs together in workspace projects: - only copy SBOM which includes current pname in...
ESDM is a Linux-based user-space PRNG daemon, with configurable entropy sources. See: https://github.com/smuellerDD/esdm It currently gets used, when a high level of control over entropy sources is desirable, e.g. for...
The Randomizer class provided an insecure mersenne twister PRNG as a convenience method to draw things like PINs and serial numbers from it. I changed this to always use a...
This is currently WIP. Will squash when ready. When reading the source code of the ChaCha_RNG I saw some room for improvement: - style: use initialization lists - seeding: use...
Closes #5038.