[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/sodium_compat/src/Core32/SecretStream/ -> State.php (summary)

(no description)

File Size: 163 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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 Apr 18 08:20:02 2024 Cross-referenced by PHPXref