ChaCha20 constructor

ChaCha20(
  1. ChaCha20Key password
)

Implementation

ChaCha20(ChaCha20Key password) {
  _password = password.data;
}