dart-lang / crypto

A set of cryptographic functions implemented in pure Dart.
https://pub.dev/packages/crypto
BSD 3-Clause "New" or "Revised" License
274 stars 51 forks source link

Implementing EC Signature #23

Open sethladd opened 8 years ago

sethladd commented 8 years ago

Customer request.

nex3 commented 8 years ago

@sethladd Can you add more detail about these requests, like links to the relevant specifications?

sethladd commented 8 years ago

@mpcomplete needed this a while ago, but we've since worked around it (I think by using some crypto package from pub?)

Here's a quick result: https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm

@mpcomplete any other specifics that would you have needed, or might still need? Thanks!

nex3 commented 8 years ago

Thanks! Similar links for the other requests would also be really helpful.

mpcomplete commented 8 years ago

I'm using 2 third-party libraries for this: asn1lib and cipher. The things I need from each are:

Github links: