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

removes std dependency for frost feature #165

Closed
wants to merge 1 commit into from

Conversation

jowparks
Copy link
Contributor

@jowparks jowparks commented Aug 7, 2024

With release of FROST 2.0.0-rc.0, std is no longer required for frost. This PR makes reddsa with frost compatible with no-std environment.

@jowparks jowparks changed the title removes std dependency for frost, this is no longer needed with 2.0.0-rc.0 removes std dependency for frost Aug 7, 2024
@jowparks jowparks changed the title removes std dependency for frost removes std dependency for frost feature Aug 7, 2024
@mpguerra mpguerra requested a review from conradoplg August 8, 2024 09:56
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.12%. Comparing base (7a6beb0) to head (c23a322).
Report is 34 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
+ Coverage   85.69%   86.12%   +0.43%     
==========================================
  Files          12       12              
  Lines         741      728      -13     
==========================================
- Hits          635      627       -8     
+ Misses        106      101       -5     

@conradoplg
Copy link
Contributor

Good catch, thank you! Some additional adjustments were required so I'm closing this in favor of #166

@conradoplg conradoplg closed this Aug 8, 2024
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.

3 participants