c0mm4nd / dart-secp256k1

Fucking dart!!! Force me to write all deps!!!
https://pub.dev/packages/secp256k1
MIT License
12 stars 1 forks source link

OOP rewrite #7

Open tejainece opened 3 years ago

tejainece commented 3 years ago

Hi,

Thanks for the great work. I intend to use this package for my Cryptocurrency project and rope this package in as dependency for my ninja-dart project.

Right now, the library is very golang-like. Would you mind if I rewrite this package to be more OOP and Darty and send you a pull request?

Thanks again!

c0mm4nd commented 3 years ago

Of course you can and it is welcomed.

But I will rewrite this with my new packages ecdsa and elliptic. Maybe it would be better that starting your contribution after reviewing my new code?