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

Update onion tests to allow cross-testing of python and C implementations #9

Merged
merged 5 commits into from
Oct 7, 2015

Commits on Oct 6, 2015

  1. Configuration menu
    Copy the full SHA
    2042e1c View commit details
    Browse the repository at this point in the history
  2. onion_key: allowing both odd and even pubkeys

    output compressed public keys; accept compressed pubkey in test_onion
    ajtowns committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    9ffac49 View commit details
    Browse the repository at this point in the history
  3. test_onion.c: generate message predictably

    Generate sample encrypted payload based on actual pubkey, not
    libsecp256k1's internal representation of the pubkey.
    ajtowns committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    beafbe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    626be23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66852f View commit details
    Browse the repository at this point in the history