-
Notifications
You must be signed in to change notification settings - Fork 54
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
Make tests generic #105
Make tests generic #105
Conversation
Codecov Report
@@ Coverage Diff @@
## main #105 +/- ##
==========================================
- Coverage 89.50% 87.85% -1.66%
==========================================
Files 16 28 +12
Lines 1401 2124 +723
==========================================
+ Hits 1254 1866 +612
- Misses 147 258 +111
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
I restored a serialization test which I accidentally used a commented out version for the generic code (thankfully we have coverage and I noticed through that). I also managed to remove the Debug bounds by using the debugless-unwrap
crates, see comment.
a645a5b
to
0230ccb
Compare
@mergify rebase |
❌ Base branch update has failedGit reported the following error:
err-code: 50237 |
960a873
to
87bc9d4
Compare
Conflicts were solved |
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.
🎉
Based on #103
Create generic version of the tests in
frost-core
. Make them available if thetest-impl
feature is set.Change p256 and ristretto255 implementations to call the generic ones.