Syntax Syntax
Parameters Parameters
- $state
-
(Required)
- $cipher
-
(Required)
- $aad
-
(Optional)
Default value: ''
Return Return
(bool|array{0:) string, 1: int}
Source Source
File: wp-includes/sodium_compat/lib/php72compat.php
function sodium_crypto_secretstream_xchacha20poly1305_pull(&$state, $cipher, $aad = '') { return ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_pull($state, $cipher, $aad); }