generating public key from private key on the command line
by
cyberguy
on 25/05/2016, 14:54:49 UTC
is there any command line utility that can be used to do the secp256k1 calculation on a given hexadecimal number (private key) and print the result (public key) to stdout in compressed and/or uncompressed form. can this be done using openssl ?