ParagonIE_Sodium_Core32_SecretStream_State::toString() public WP 1.0
{} It's a method of the class: ParagonIE_Sodium_Core32_SecretStream_State{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$ParagonIE_Sodium_Core32_SecretStream_State = new ParagonIE_Sodium_Core32_SecretStream_State(); $ParagonIE_Sodium_Core32_SecretStream_State->toString();
Code of ParagonIE_Sodium_Core32_SecretStream_State::toString() ParagonIE Sodium Core32 SecretStream State::toString WP 5.7.1
public function toString()
{
return $this->key .
$this->getCounter() .
$this->nonce .
$this->_pad;
}