https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194204
--- Comment #5 from Mateusz Guzik <[email protected]> --- I'm no crypto expert. Turns out FreeBSD's arc4rand uses RC4, while OpenBSD's version uses something based on ChaCha which is stronger than RC4. I don't think we should provide a syscall with weaker randomness than one provided with original implementation. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
