danielhavir / go-ecies

Golang implementation of the ECIES encryption scheme using AES, Poly1305 and P-256/P-521 elliptic curves
5 stars 4 forks source link

Support for Go Modules #2

Open udhos opened 4 years ago

udhos commented 4 years ago

Hi,

I have added supported for Go Modules and also reworked the package layout to allow other repositories to import go-ecies as a module.

https://github.com/udhos/go-ecies

Would you like to merge a PR for those changes?

Thanks, Everton

danielhavir commented 4 years ago

Hi Everton,

That sounds great, thank you! If you open a PR, I'll make sure to review today or tomorrow and we can merge.

Daniel

udhos commented 4 years ago

Please see https://github.com/danielhavir/go-ecies/pull/3 :smile: