Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Signer optional & make ecdsa_util.h private #34

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Make Signer optional & make ecdsa_util.h private

    - oxen-core doesn't need ethyl's Signer class at all, so add an option
      to allow disabling it (so that we can also avoid unnecessarily
      dependency or embedded libsecp256k1 in oxen-core).
    - ecdsa_util.h is a private implementation header not meant to be
      installed with the main ethyl includes, so move it to src/ instead.
    - remove unused "headers" variable.
    jagerman committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1395d7d View commit details
    Browse the repository at this point in the history