Home
last modified time | relevance | path

Searched refs:decrypt_with_libsodium (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php113 return $this->decrypt_with_libsodium($ciphertext);
152 private function decrypt_with_libsodium($ciphertext) function in phpseclib3\\Crypt\\ChaCha20