Skip to content

Commit

Permalink
README: Update links to bitcoinj
Browse files Browse the repository at this point in the history
Link to GitHub website, GitHub organization and the main library project.
Clear up the surrounding text a little bit, too.
  • Loading branch information
msgilligan committed Apr 29, 2024
1 parent 47e7377 commit d6678b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ There are currently _no plans_ for an implementation using earlier Java-to-C ada

== Relation to bitcoinj

This project is hosted by the *bitcoinj* GitHub organization, but *secp256k1-jdk* does not use or require bitcoinj and (at present) *bitcoinj* cannot use secp256k1-jdk for its ECC implementation. bitcoinj is currently being refactored to be more modular, and we would like to have pluggable ECC implementations (and Schnorr signatures!) in the near future, but further refactoring will be required before this can happen.
This project is hosted by the https://github.com/bitcoinj[bitcoinj organization] on GitHub, but `secp256k1-jdk` does not use or require the *bitcoinj* library (https://bitcoinj.org[website] / https://github.com/bitcoinj[GitHub]) and *bitcoinj* doesn't (yet) use `secp256k1-jdk` for its ECC implementation. *bitcoinj* is currently being refactored to be more modular, and we would like to have pluggable ECC implementations (and Schnorr signatures!) in the near future, but further refactoring will be required before this can happen.

For information on the in-process refactoring of bitcoinj, see the following:
For information on the in-process refactoring of *bitcoinj*, see the following:

* https://github.com/bitcoinj/bitcoinj/issues/1874
* https://github.com/bitcoinj/bitcoinj/blob/master/designdocs/modular-architecture.md
Expand Down

0 comments on commit d6678b0

Please sign in to comment.