Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setModulo (BigInteger $modulo) | |
setCoefficients (BigInteger $a, BigInteger $d) | |
setBasePoint ($x, $y) | |
getA () | |
getD () | |
getBasePoint () | |
convertToAffine (array $p) | |
getModulo () | |
verifyPoint (array $p) | |
Fonctions membres publiques hérités de Base | |
randomInteger () | |
convertInteger (BigInteger $x) | |
getLengthInBytes () | |
getLength () | |
multiplyPoint (array $p, BigInteger $d) | |
createRandomMultiplier () | |
rangeCheck (BigInteger $x) | |
setOrder (BigInteger $order) | |
getOrder () | |
setReduction (callable $func) | |
convertToAffine (array $p) | |
convertToInternal (array $p) | |
negatePoint (array $p) | |
multiplyAddPoints (array $points, array $scalars) | |
Attributs protégés | |
$modulo | |
$a | |
$d | |
$p | |
$zero | |
$one | |
$two | |
Attributs protégés hérités de Base | |
$doubles | |
$order | |
$factory | |
convertToAffine | ( | array | $p | ) |
getA | ( | ) |
getBasePoint | ( | ) |
getD | ( | ) |
getModulo | ( | ) |
Returns the modulo
Références TwistedEdwards\$modulo.
Référencé par Ed448\recoverX(), et Ed25519\recoverX().
setBasePoint | ( | $x, | |
$y | |||
) |
Set x and y coordinates for the base point
Références EC\$x.
Référencé par Ed448\__construct(), et Ed25519\__construct().
setCoefficients | ( | BigInteger | $a, |
BigInteger | $d | ||
) |
Set coefficients a and b
Références TwistedEdwards\$a, et TwistedEdwards\$d.
Référencé par Ed448\__construct(), et Ed25519\__construct().
setModulo | ( | BigInteger | $modulo | ) |
Sets the modulo
Références TwistedEdwards\$modulo.
Référencé par Ed448\__construct(), et Ed25519\__construct().
verifyPoint | ( | array | $p | ) |
Tests whether or not the x / y values satisfy the equation
Références TwistedEdwards\$p, et EC\$x.
|
protected |
|
protected |
|
protected |
Référencé par TwistedEdwards\getModulo(), et TwistedEdwards\setModulo().
|
protected |
Référencé par Ed448\convertToInternal(), et Ed25519\convertToInternal().
|
protected |
|
protected |
|
protected |
Référencé par Ed448\convertToInternal(), Ed25519\convertToInternal(), Ed448\recoverX(), et Ed25519\recoverX().