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

Add silentpayments (BIP352) module #1471

Closed

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    a9a5fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3ed2d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    81d1303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f5ba4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    842e5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e3796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a00e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbcccbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8460be5 View commit details
    Browse the repository at this point in the history
  6. silentpayments: add routine for tx output scanning (for receiver)

    Co-authored-by: josibake <josibake@protonmail.com>
    theStack and josibake committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d6c9856 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26bdb5f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. tests: add BIP-352 test vectors

    The vectors are generated with a Python script that converts the .json
    file from the BIP to C code:
    
    $ ./tools/tests_silentpayments_generate.py test_vectors.json > ./src/modules/silentpayments/vectors.h
    theStack committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    59488c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ffa03 View commit details
    Browse the repository at this point in the history