| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 82 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ParagonIE_Sodium_Core_AES_KeySchedule:: (5 methods):
__construct()
get()
getNumRounds()
getRoundKey()
expand()
Class: ParagonIE_Sodium_Core_AES_KeySchedule - X-Ref
| __construct(array $skey, $numRounds = 10) X-Ref |
param: array $skey param: int $numRounds |
| get($i) X-Ref |
| Get a value at an arbitrary index. Mostly used for unit testing. param: int $i return: int |
| getNumRounds() X-Ref |
return: int |
| getRoundKey($offset) X-Ref |
param: int $offset return: ParagonIE_Sodium_Core_AES_Block |
| expand() X-Ref |
| Return an expanded key schedule return: ParagonIE_Sodium_Core_AES_Expanded |
| Generated : Thu Apr 16 08:20:10 2026 | Cross-referenced by PHPXref |