bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

Add Support for Conversion of ECKeyParameters to ECDsa

Open Danielku15 opened this issue 2 years ago • 2 comments

Unfortunately DotNetUtilities only supports conversion to RSA and DSA. It would be great if EC key support could be added. I'm trying to write my own mapping of ECPublicKeyParameters and ECPrivateKeyParameters to ECParameters but I am somehow missing various properties to do a full mapping.

Maybe somebody has an idea how to do the mapping manually?

Danielku15 avatar Apr 06 '22 18:04 Danielku15

I would also love support for conversion of Certificates EC keys.

KircMax avatar May 05 '22 13:05 KircMax

Me too

andyle0302 avatar Apr 26 '23 09:04 andyle0302