Searched refs:Ed448 (Results 1 – 3 of 3) sorted by relevance
34 use phpseclib3\Crypt\EC\Curves\Ed448; alias147 …['curve'] = $key['privateKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448();159 …s['curve'] = $key['publicKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448();
39 use phpseclib3\Crypt\EC\Curves\Ed448; alias460 if ($this->curve instanceof Ed448 && $hash != 'shake256-912') {
22 class Ed448 extends TwistedEdwards class