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