WPDev.one
Core Class

ParagonIE_Sodium_Core_AES_KeySchedule

class ParagonIE_Sodium_Core_AES_KeySchedule // Constructor: function Object() { [native code] }

No description available.

Methods 5 methods

Method / Return Description
__construct()
void

No description available.

Parameters: $skey: array, $numRounds: mixed
get()
int

Get a value at an arbitrary index. Mostly used for unit testing.

Parameters: $i: mixed
getNumRounds()
int

No description available.

getRoundKey()
ParagonIE_Sodium_Core_AES_Block

No description available.

Parameters: $offset: mixed
expand()
ParagonIE_Sodium_Core_AES_Expanded

Return an expanded key schedule

Properties

Property / Type Description
$skey
mixed
public
No description available.
$expanded
mixed
public
No description available.
$numRounds
mixed
public
No description available.

Class Information

Source File
wp-includes/sodium_compat/src/Core/AES/KeySchedule.php
Advertisement