Y
Hacker News
new
|
ask
|
show
|
jobs
by
zuzun
932 days ago
The sponge design of SHA-3 makes it a CSPRNG basically. You can keep draining it after you fed the data in.
2 comments
tptacek
932 days ago
You can do something similar with any cryptographic hash; just feed a (say) 128 bit counter through the hash function, and collect the outputs.
link
glitchc
932 days ago
That's a great poin, even better.
link