How to prove two ECDSA public keys on two different curves are generated from the same private key

I wonder if I provide someone with two public keys from different elliptic curves, is there any way to prove that these two public keys are generated from the same private key without revealing the private key itself?

For ex… Continue reading How to prove two ECDSA public keys on two different curves are generated from the same private key

Is the JDK standard EC KeyPairGenerator suitable for use with both ECDSA and ECDH algorithms?

I’ve seen various references on the web for generating Elliptic Curve KeyPairs in Java, and the two most commonly referenced examples (unsurprisingly) use the JDK default provider and BouncyCastle.

But what confuses me is th… Continue reading Is the JDK standard EC KeyPairGenerator suitable for use with both ECDSA and ECDH algorithms?