| [ Index ] |
PHP Cross Reference of WordPress |
[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 |
return: self param: string $newKeyAndNonce |
| xorNonce($str) X-Ref |
return: self param: string $str |
| fromString($string) X-Ref |
return: self param: string $string |
| toString() X-Ref |
return: string |
| Generated: Tue Oct 28 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |