orangecertcc / ecdummyrpa

Safe-Error Simulations with GDB on ECC in OpenSSL
GNU General Public License v3.0
7 stars 6 forks source link

pem private key #1

Open cloudkeychain opened 2 years ago

cloudkeychain commented 2 years ago

The sample.tar file has traces and signatures however not the private key. In order to reconstruct the same results could you please share the pem private key that was used in the example?

arusson commented 1 year ago

I am sorry for being so late for answering, since I do not receive notices.

I did not keep the original private key, but that should not be hard to reconstruct the original, and using OpenSSL to verify that it is indeed consistent with the PEM public key file.

An alternative is to create new set of traces with a new private key.

cloudkeychain commented 1 year ago

no worries thanks for reply. This is not forthe same elliptic curve as ethereum and btc is that correct? Would this also work on 256k1 curve? Sent from my iPhoneOn Jan 10, 2023, at 9:21 AM, arusson @.***> wrote: I am sorry for being so late for answering, since I do not receive notices. I did not keep the original private key, but that should not be hard to reconstruct the original, and using OpenSSL to verify that it is indeed consistent with the PEM public key file. An alternative is to create new set of traces with a new private key.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

arusson commented 1 year ago

No, because this work is only about a very specific implementation of the elliptic curve secp256r1 (aka P-256) in OpenSSL, and only this one.