stream-ciphers icon indicating copy to clipboard operation
stream-ciphers copied to clipboard

chacha20: adopt the new Generator API from rand_core

Open baloo opened this issue 1 month ago • 1 comments

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.

baloo avatar Dec 09 '25 03:12 baloo