bitcoinj / secp256k1-jdk

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

Rename secp256k1 to secp for modules, packages, directories #70

Closed msgilligan closed 2 months ago

msgilligan commented 2 months ago

And related places in the build files and documentation

This eliminates warnings from the compiler about module names ending in a digit and reduces general verbosity.

The current intention is to leave full Secp256K1 prefix on the types (classes) because they do refer to that specific ECC curve.

msgilligan commented 2 months ago

There are some individual classes that should probably be renamed, but we'll do that in a follow-on PR.