Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: payjoin/bitcoin-hpke
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: payjoin/bitcoin-hpke
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-missing-k256-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 15 files changed
  • 1 contributor

Commits on Jul 5, 2024

  1. secp256k1 DHKEM (#59)

    * Impld secp256k1 DHKEX
    
    * Filled in k256 KEM and most automated tests
    
    * Removed serde from CI
    
    * Add DHKEM(secp256k1, HKDF-SHA256) to README
    
    KEM name listed at iana.org
    see: https://www.iana.org/assignments/hpke/hpke.xhtml
    DanGould authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    81a7782 View commit details
    Browse the repository at this point in the history
  2. Fix p521 feature gate (#66)

    This regression was introduced when k256 was added.
    DanGould authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1c14d38 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add missing k256 kat_tests

    DanGould committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4365c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b983c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix skSm/pkSm test_vectors

    DanGould committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b7d191 View commit details
    Browse the repository at this point in the history
  2. Add exports

    DanGould committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8b97a33 View commit details
    Browse the repository at this point in the history
  3. DRAFT make test vecs

    DanGould committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b9860a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. DRAFT complete gen_test_case

    DanGould committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2113973 View commit details
    Browse the repository at this point in the history
  2. Get modes working

    DanGould committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1cd2563 View commit details
    Browse the repository at this point in the history
  3. GEN BABYgit add src

    DanGould committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5d44d0f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Get encryptions passing

    DanGould committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d5f1576 View commit details
    Browse the repository at this point in the history
  2. Fix nonce building

    DanGould committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ba5ea32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f9d3c View commit details
    Browse the repository at this point in the history
  4. fix None serialization

    DanGould committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    efa11d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d056b55 View commit details
    Browse the repository at this point in the history
  6. Organize gen test order

    DanGould committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c379178 View commit details
    Browse the repository at this point in the history
  7. PASS TESTS

    DanGould committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    865adf3 View commit details
    Browse the repository at this point in the history
Loading