On Tue, 11 Feb 2025 14:55:22 +0100, Heinrich Schuchardt wrote: > The PRNG implementing the random() function only has 2^31 states and > therefore is unsafe to use for cryptography. Use arc4random() instead. > >
Applied to u-boot/master, thanks! -- Tom