[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

(no description)

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

Defines 1 class

ParagonIE_Sodium_Core_AEGIS256:: (3 methods):
  decrypt()
  encrypt()
  init()


Class: ParagonIE_Sodium_Core_AEGIS256  - X-Ref

decrypt($ct, $tag, $ad, $key, $nonce)   X-Ref

param: string $ct
param: string $tag
param: string $ad
param: string $key
param: string $nonce
return: string

encrypt($msg, $ad, $key, $nonce)   X-Ref

param: string $msg
param: string $ad
param: string $key
param: string $nonce
return: array

init($key, $nonce)   X-Ref

param: string $key
param: string $nonce
return: ParagonIE_Sodium_Core_AEGIS_State256



Generated : Thu Oct 17 08:20:01 2024 Cross-referenced by PHPXref