[erlang-questions] crypto ECDSA private key -> public

semmit mondo semmitmondo@REDACTED
Tue Oct 21 17:00:19 CEST 2014


Hi, How can I generate an ECDSA public key from the private one using crypto?All I can do with it is to generate a public and private key pair at once:   {Pub, Priv} = crypto:generate_key(ecdh, prime239v3). but can't calculate the public key if the private key was known beforehand. (prime239v3 isn't important, it could be any EC curve...)  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141021/68e4faa0/attachment.htm>


More information about the erlang-questions mailing list