Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving verify_content_signature()
* Changed Secp256k1::new() to Secp256k1::verification_only() for better performance * Moved the signature check earlier to fail fast * Simplified the hash to message conversion by combining steps * Improved code organization for better readability
- Loading branch information