ChaCha20 constructor

ChaCha20()

Implementation

ChaCha20() {
  rounds = 20;
}