Skip to content
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

generate Randomizer by hashing SigningPackage #542

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

conradoplg
Copy link
Contributor

Depends on #541

Part of #525

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.34% 🎉

Comparison is base (a5dc479) 81.43% compared to head (b7204e0) 81.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #542      +/-   ##
==========================================
+ Coverage   81.43%   81.77%   +0.34%     
==========================================
  Files          30       30              
  Lines        3027     3084      +57     
==========================================
+ Hits         2465     2522      +57     
  Misses        562      562              
Files Changed Coverage Δ
frost-ed25519/src/lib.rs 65.92% <100.00%> (+1.86%) ⬆️
frost-ed448/src/lib.rs 65.92% <100.00%> (+1.86%) ⬆️
frost-p256/src/lib.rs 69.53% <100.00%> (+1.26%) ⬆️
frost-rerandomized/src/lib.rs 86.42% <100.00%> (+2.80%) ⬆️
frost-ristretto255/src/lib.rs 66.16% <100.00%> (+1.87%) ⬆️
frost-secp256k1/src/lib.rs 69.33% <100.00%> (+1.27%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mpguerra mpguerra linked an issue Sep 19, 2023 that may be closed by this pull request
Base automatically changed from remove-serde-bounds to main September 21, 2023 09:24
@conradoplg
Copy link
Contributor Author

rebased after base merged

Copy link
Contributor

@natalieesk natalieesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

mergify bot added a commit that referenced this pull request Sep 22, 2023
@mergify mergify bot merged commit c0c57f4 into main Sep 22, 2023
@mergify mergify bot deleted the hash-signing-package branch September 22, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate randomizer by hashing SigningPackage
2 participants