Conversation

Not much of a difference, I would say, because BLAKE is a cryptographic hash function based on Dan Bernstein's ChaCha stream cipher. OpenBSD's arc4random uses ChaCha.
1
6
Show replies
Replying to and
I used to want a faster urandom for testing storage with dedupe, didn't need to be very random, just fast. I got half way through writing /dev/sdfrandom, would output sdsaasdfdsaas like when humans try to type randomly. Then found encrypting /dev/zero with h/w accel is blazing!
10