[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/sodium_compat/src/Core/ChaCha20/ -> Ctx.php (summary)

(no description)

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

Defines 1 class

ParagonIE_Sodium_Core_ChaCha20_Ctx:: (5 methods):
  __construct()
  offsetSet()
  offsetExists()
  offsetUnset()
  offsetGet()


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

return: void
param: int $offset
param: int $value

offsetExists($offset)   X-Ref

return: bool
param: int $offset

offsetUnset($offset)   X-Ref

return: void
param: int $offset

offsetGet($offset)   X-Ref

return: mixed|null
param: int $offset



Generated: Fri Apr 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1