haskoin / secp256k1-haskell

Haskell bindings for secp256k1 library
Other
24 stars 35 forks source link

Add-on library for recoverable signatures #45

Open evgeny-osipenko opened 1 year ago

evgeny-osipenko commented 1 year ago

This is a continuation of PR #44, in accordance with the multi-package approach outlined in issue #43.

This has the same functionality as PR #42, but organized differently. Whereas #42 simply adds the recovery functions to the single module; this one has them as a separate package.

evgeny-osipenko commented 12 months ago

Removed README.md from the filesystem and from package.yaml, changed LICENSE from a symlink to a full copy (should it still say the year "2020" btw?), and also removed a couple of redundant imports from the code itself after checking it with -Wall.

evgeny-osipenko commented 11 months ago

@jprupp I made the changes you asked for, is there anything else left to do before this PR can be merged in?

evgeny-osipenko commented 10 months ago

Changed the names to myself and amended the commit.

evgeny-osipenko commented 10 months ago

Actually pushed the changes now.