[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

(no description)

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

Defines 1 class

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


Class: ParagonIE_Sodium_Core_AEGIS128L  - X-Ref

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

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

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

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

init($key, $nonce)   X-Ref

return: ParagonIE_Sodium_Core_AEGIS_State128L
param: string $key
param: string $nonce



Generated : Sat Sep 7 08:20:01 2024 Cross-referenced by PHPXref