Conversation

TIL Apple deprecated getentropy() because they like weak keys from cryptographic software working around broken platforms with no safe API for cryptographic entropy.
3
8
ChaCha20 also has an extremely high security margin. It would be a lot faster to use ChaCha12 while still having a higher security margin than AES256. ChaCha8 is also perfectly reasonable. Means it doesn't really succeed at the goal of deterring people using something faster.