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
52 use phpseclib3\Crypt\ChaCha20; alias2170 return new ChaCha20();3486 if (!($this->decrypt instanceof ChaCha20)) {3487 throw new \LogicException('$this->decrypt is not a ' . ChaCha20::class);4241 if (!($this->encrypt instanceof ChaCha20)) {4242 throw new \LogicException('$this->encrypt is not a ' . ChaCha20::class);
28 class ChaCha20 extends Salsa20 class