Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/sodium_compat/src/Core/SecretStream/State.php
public function toString()
{
return $this->key .
$this->getCounter() .
$this->nonce .
$this->_pad;
}