bitcoinj / secp256k1-jdk

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

Schnorr.java,Ecdsa.java: Use println and + concatenation operator #76

Closed msgilligan closed 1 month ago

msgilligan commented 2 months ago

This is arguably only a minor improvement, but we should definitely move to println, because when https://openjdk.org/jeps/477 goes final we'll be able to remove the System.out qualifier.