rikulo / xml-crypto

Xml digital signature library for Dart
https://pub.dev/packages/xml_crypto
MIT License
4 stars 0 forks source link

Suport Elliptic Curve Signatures #2

Open gagliotti opened 1 year ago

gagliotti commented 1 year ago

Dear maintainer,

it would be great to have support to ECDSA algorithms, for example http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256.

Any plans for that?

scribetw commented 1 year ago

Hi,

At this time being, I don't have any plan to add other algorithms. You can implement these classes by yourself if it's not supported yet.

I can add the ECDSA support if it's easy to implement.