PatchMixolydic / spinel

An operating system built to explore systems programming
MIT License
4 stars 1 forks source link

feedRandom should use an entropy pool instead of XORing the data with the key #14

Closed PatchMixolydic closed 3 years ago

PatchMixolydic commented 4 years ago

The current method is simple, but probably also insecure. The reason I didn't do that already is that I'm getting stack corruption for some reason, which probably indicates a bigger issue

PatchMixolydic commented 3 years ago

Spinel was since rewritten in Rust, so this is no longer an issue.