ConsenSysMesh / cava

ConsenSys core libraries for Java & Kotlin
Apache License 2.0
84 stars 34 forks source link

Improvements to SECP256K1 crypto API #74

Closed cleishm closed 6 years ago

cleishm commented 6 years ago

Adds several methods to the API, changes recoverFromSignature to return null over throwing an exception, and addresses an issue in public key recovery.