stream-ciphers
stream-ciphers copied to clipboard
chacha20: adopt the new Generator API from rand_core
The new API force the output to be a straight array, but there is a custom drop implementation where we can put the Zeroize of the output.