bitcoinj / secp256k1-jdk

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

api/module-info,ByteArray: stop leaking HEX_FORMAT #90

Closed msgilligan closed 2 months ago

msgilligan commented 2 months ago

Create nested ByteArrayBase abstract class. (Will be flushed-out later with more methods)

Move HEX_FORMAT inside ByteArrayBase so it can be private.

module-info: stop exporting o.b.s.api.internal

This is a cleanup follow-on to PR #85.