new Ed448()]; $components['dA'] = $components['curve']->extractSecret($key); $components['QA'] = $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); return $components; } }