-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lib/runtime/wasmer) implement ext_crypto_ecdsa_verify_version_2 #1912
feat(lib/runtime/wasmer) implement ext_crypto_ecdsa_verify_version_2 #1912
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1912 +/- ##
===============================================
+ Coverage 59.74% 59.81% +0.07%
===============================================
Files 188 188
Lines 19163 19199 +36
===============================================
+ Hits 11448 11484 +36
- Misses 5833 5835 +2
+ Partials 1882 1880 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK LGTM!
Quick dumb question, can't we have this in Go code? ECDSA verification should be trivial (and performant) to do in Go 🤔 |
I think we are using Go code, the |
Sorry bad formulation & bad understanding I had. So for example |
Right, the |
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…hainSafe#1912) * implement ext_crypto_ecdsa_verify_version_2 * remove comment * cleanup tests * add to tests * update test to use map and assert Co-authored-by: noot <[email protected]>
Changes
ext_crypto_ecdsa_verify_version_2
host api function.Tests
Issues
ext_crypto_ecdsa_verify_version_2
#1719Primary Reviewer