ParagonIE_Sodium_Core_SecretStream_State::getCombinedNonce() public WP 1.0
{} It's a method of the class: ParagonIE_Sodium_Core_SecretStream_State{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$ParagonIE_Sodium_Core_SecretStream_State = new ParagonIE_Sodium_Core_SecretStream_State(); $ParagonIE_Sodium_Core_SecretStream_State->getCombinedNonce();
Code of ParagonIE_Sodium_Core_SecretStream_State::getCombinedNonce() ParagonIE Sodium Core SecretStream State::getCombinedNonce WP 5.7.1
public function getCombinedNonce()
{
return $this->getCounter() .
ParagonIE_Sodium_Core_Util::substr($this->getNonce(), 0, 8);
}