square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

[java] minor cleanup of sha256 logic in QrSigner #665

Closed ivmaykov closed 1 year ago

ivmaykov commented 1 year ago

No need to implement our own sha256 helper when bitcoinj provides one. Note that the rest of the code already uses the bitcoinj wrapper.