bitcoinj / secp256k1-jdk

Java library providing Bitcoin-related Elliptic Curve Cryptography
Apache License 2.0
9 stars 3 forks source link

Add bitcoinj submodule, move AddressTest into it #10

Closed msgilligan closed 7 months ago

msgilligan commented 7 months ago

There are two commits in this PR:

  1. Create a -bitcoinj submodule and put AddressTest into it
  2. Extract WitnessMaker as an experimental standalone class and move to src/main in the new module.