Function nanorand::crypto::chacha::chacha_increment_counter
source · Expand description
Increment the 64-bit counter of the internal ChaCha20 state by 1.
Returns false if it overflows, true otherwise.