Searched refs:ChaCha20 (Results 1 – 3 of 3) sorted by relevance
15 …A / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305
50 use phpseclib3\Crypt\ChaCha20; alias2196 return new ChaCha20();3673 if (!($this->decrypt instanceof ChaCha20)) {3674 throw new \LogicException('$this->decrypt is not a ' . ChaCha20::class);4394 if (!($this->encrypt instanceof ChaCha20)) {4395 throw new \LogicException('$this->encrypt is not a ' . ChaCha20::class);
24 class ChaCha20 extends Salsa20 class