EdDSA elliptic-curve keys are stored using one of the following algorithm-name values, each corresponding to a different elliptic curve and key size:
ssh-ed25519
’
ssh-ed448
’
The public key data has already provided the public elliptic curve point. The private key stores:
mpint
: the private exponent, which is the discrete log of the public point.