| [ Index ] | PHP Cross Reference of WordPress Trunk (Updated Daily) | 
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 143 lines (4 kb) | 
| Included or required: | 0 times | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
ParagonIE_Sodium_Core_ChaCha20_Ctx:: (6 methods):
  __construct()
  offsetSet()
  offsetExists()
  offsetUnset()
  offsetGet()
  initCounter()
Class: ParagonIE_Sodium_Core_ChaCha20_Ctx - X-Ref
Class ParagonIE_Sodium_Core_ChaCha20_Ctx| __construct($key = '', $iv = '', $counter = '') X-Ref | 
| ParagonIE_Sodium_Core_ChaCha20_Ctx constructor. param: string $key ChaCha20 key. param: string $iv Initialization Vector (a.k.a. nonce). param: string $counter The initial counter value. | 
| offsetSet($offset, $value) X-Ref | 
| param: int $offset param: int $value return: void | 
| offsetExists($offset) X-Ref | 
| param: int $offset return: bool | 
| offsetUnset($offset) X-Ref | 
| param: int $offset return: void | 
| offsetGet($offset) X-Ref | 
| param: int $offset return: mixed|null | 
| initCounter($ctr) X-Ref | 
| Initialize (pad) a counter value. param: string $ctr return: string | 
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |