ChaCha20Engine constructor

ChaCha20Engine()

Implementation

ChaCha20Engine() {
  rounds = 20;
}