Hi,
I load an ecdsa private key in my program:

            secret =
load_pem_private_key(content_file.read().encode('utf-8'),
                                              password=None,
backend=default_backend())

That's fine....

I need now to get the x and y coordinates of my ecdsa key to share it
with an other program. Is there any way to get it ? I do not find in API
the way to do so.

Thanks

Olivier

-- 

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438

_______________________________________________
Cryptography-dev mailing list
Cryptography-dev@python.org
https://mail.python.org/mailman/listinfo/cryptography-dev

Reply via email to