Closed linkerlin closed 8 years ago
cipher = (StreamBlockCipher)mDecryptCipher; A ChaChaEngine is not a StreamBlockCipher.
This logic is existed on AESCrypto. Chacha20 works well on my side.
cipher = (StreamBlockCipher)mDecryptCipher; A ChaChaEngine is not a StreamBlockCipher.