Skip to content

How to get ENC(A) of Ed25519 using pycryptodome? #832

Answered by Legrandin
kuolemaaa asked this question in Q&A
Discussion options

You must be logged in to vote

The simplest method is:

mat.public_key().export_key(format='raw')

See also: https://www.pycryptodome.org/src/public_key/ecc#Crypto.PublicKey.ECC.EccKey.export_key

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kuolemaaa
Comment options

Answer selected by kuolemaaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants