Discussion about this post

User's avatar
bakkot's avatar

Your paper has influenced (among other things) modern programming languages - the widely used Rust `rand` crate uses 12-round ChaCha for its PRNG, Go's math/randv2 uses 8-round ChaCha, and the proposal for a seeded PRNG in JS is currently planning to use either 8 or 12 round ChaCha. Threads for design of all of these specifically reference Too Much Crypto.

Expand full comment

No posts

Ready for more?