-
Reading about ssh-agent protocol about EdDSA in chapter 3.2.3 of this draft, it says:
Now, [RFC8032]. states in section 3.1 Encoding that :
and since Ed25519 is a particular instantiation of EdDSA, in section 5.1.2 Encoding the RFC states:
In pycryptodome I can easily get EccKey object that contains (x,y) and seed as Let |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The simplest method is:
See also: https://www.pycryptodome.org/src/public_key/ecc#Crypto.PublicKey.ECC.EccKey.export_key |
Beta Was this translation helpful? Give feedback.
The simplest method is:
See also: https://www.pycryptodome.org/src/public_key/ecc#Crypto.PublicKey.ECC.EccKey.export_key