bitcoinj / secp256k1-jdk

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

Add JSpecify Annotations: Everything NullMarked #64

Closed msgilligan closed 2 months ago

msgilligan commented 2 months ago

All modules and packages are annotated with @NullMarked which means nothing is nullable by default. There are currently no exceptions.