[ 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_Core32_SecretStream_State:: (12 methods):
__construct()
counterReset()
getKey()
getCounter()
getNonce()
getCombinedNonce()
incrementCounter()
needsRekey()
rekey()
xorNonce()
fromString()
toString()
Class: ParagonIE_Sodium_Core32_SecretStream_State - X-Ref
Class ParagonIE_Sodium_Core32_SecretStream_State__construct($key, $nonce = null) X-Ref |
ParagonIE_Sodium_Core32_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: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |