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.
|
|
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 <36753753+noot@users.noreply.github.com>
Changes
ext_crypto_ecdsa_verify_version_2host api function.Tests
Issues
ext_crypto_ecdsa_verify_version_2#1719Primary Reviewer