[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/sodium_compat/lib/ -> stream-xchacha20.php (summary)

(no description)

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

Defines 4 functions

  sodium_crypto_stream_xchacha20()
  sodium_crypto_stream_xchacha20_keygen()
  sodium_crypto_stream_xchacha20_xor()
  sodium_crypto_stream_xchacha20_xor_ic()

Functions
Functions that are not part of a class:

sodium_crypto_stream_xchacha20($len, $nonce, $key)   X-Ref

return: string
param: int $len
param: string $nonce
param: string $key

sodium_crypto_stream_xchacha20_keygen()   X-Ref

return: string

sodium_crypto_stream_xchacha20_xor($message, $nonce, $key)   X-Ref

return: string
param: string $message
param: string $nonce
param: string $key

sodium_crypto_stream_xchacha20_xor_ic($message, $nonce, $counter, $key)   X-Ref

return: string
param: string $message
param: string $nonce
param: int $counter
param: string $key



Generated : Tue Apr 23 08:20:01 2024 Cross-referenced by PHPXref