| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 163 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ParagonIE_Sodium_Core_SecretStream_State:: (12 methods):
__construct()
counterReset()
getKey()
getCounter()
getNonce()
getCombinedNonce()
incrementCounter()
needsRekey()
rekey()
xorNonce()
fromString()
toString()
Class: ParagonIE_Sodium_Core_SecretStream_State - X-Ref
Class ParagonIE_Sodium_Core_SecretStream_State| __construct($key, $nonce = null) X-Ref |
| ParagonIE_Sodium_Core_SecretStream_State constructor. param: string $key param: string|null $nonce |
| counterReset() X-Ref |
return: self |
| getKey() X-Ref |
return: string |
| getCounter() X-Ref |
return: string |
| getNonce() X-Ref |
return: string |
| getCombinedNonce() X-Ref |
return: string |
| incrementCounter() X-Ref |
return: self |
| needsRekey() X-Ref |
return: bool |
| rekey($newKeyAndNonce) X-Ref |
param: string $newKeyAndNonce return: self |
| xorNonce($str) X-Ref |
param: string $str return: self |
| fromString($string) X-Ref |
param: string $string return: self |
| toString() X-Ref |
return: string |
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |