bitcoinj / secp256k1-jdk

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

Result: rename unwrap() to get() #31

Closed msgilligan closed 7 months ago

msgilligan commented 7 months ago

I borrowed unwrap() from Rust. get() is more consistent with standard Java classes. (And 3 fewer characters 🤓)