Module Name: src Committed By: riastradh Date: Sun Mar 2 22:54:12 UTC 2025
Modified Files: src/lib/libc/gen: arc4random.c Log Message: arc4random(3): Don't ifdef out the self-test. The runtime cost of this test is negligible (64 bytes of data and a handful of instructions for the subroutine) and the security value of verifying a known input/output for the deterministic cryptographic function on whose security the whole API relies is high. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.