bitcoinj / secp256k1-jdk

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

Secp256k1.java: Override close() to throw no exception #47

Closed msgilligan closed 5 months ago

msgilligan commented 5 months ago

This gives the API close() method the same exception signature as the implementations. close() should never throw a checked exception.