| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Class ParagonIE_Sodium_Core_XSalsa20
| File Size: | 57 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| xsalsa20($len, $nonce, $key) X-Ref |
| Expand a key and nonce into an xsalsa20 keystream. param: int $len param: string $nonce param: string $key return: string |
| xsalsa20_xor($message, $nonce, $key) X-Ref |
| Encrypt a string with XSalsa20. Doesn't provide integrity. param: string $message param: string $nonce param: string $key return: string |
| Generated : Sun Oct 26 08:20:05 2025 | Cross-referenced by PHPXref |