-
Notifications
You must be signed in to change notification settings - Fork 375
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: support crypto/ed25519.Verify #1863
Conversation
786e2ea
to
f474172
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1863 +/- ##
==========================================
- Coverage 47.77% 45.11% -2.67%
==========================================
Files 393 464 +71
Lines 61630 68039 +6409
==========================================
+ Hits 29443 30693 +1250
- Misses 29717 34773 +5056
- Partials 2470 2573 +103 ☔ View full report in Codecov by Sentry. |
f474172
to
281926f
Compare
Thank you for the contribution! Sorry for the delay, I'll try to take a look in the next few days! |
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.
Looks good 💯
a6931f8
to
d8e189c
Compare
d8e189c
to
eb77b4a
Compare
Co-authored-by: Miguel Victoria Villaquiran <Villaquiranm@users.noreply.github.com>
eb77b4a
to
16cd8b1
Compare
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.
Pre-approving, good to merge after renaming
Signed-off-by: Norman Meier <norman@samourai.coop>
Support crypto/ed25519 on GnoVM <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details> --------- Signed-off-by: Norman Meier <norman@samourai.coop> Co-authored-by: Miguel Victoria Villaquiran <Villaquiranm@users.noreply.github.com> Co-authored-by: Norman Meier <norman@samourai.coop> Co-authored-by: n0izn0iz <n0izn0iz@users.noreply.github.com>
Support crypto/ed25519 on GnoVM
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description