Searched refs:Ed448 (Results 1 – 3 of 3) sorted by relevance
34 use phpseclib3\Crypt\EC\Curves\Ed448; alias138 …['curve'] = $key['privateKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448();154 …s['curve'] = $key['publicKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448();
38 use phpseclib3\Crypt\EC\Curves\Ed448; alias213 $arr = $curve->extractSecret(Random::string($curve instanceof Ed448 ? 57 : 32));621 if ($this->curve instanceof Ed448 && $hash != 'shake256-912') {
20 class Ed448 extends TwistedEdwards class