[Cryptography-dev] ecdsa key x/y coordinates
Olivier Sallou
olivier.sallou at irisa.fr
Tue Apr 21 09:07:41 CEST 2015
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
More information about the Cryptography-dev
mailing list