-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add Default trait to Fe32 (derived) #184
Conversation
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.
ACK c44e602
Can you update the API file? You can run |
API doc updated |
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.
ACK e700e77
Oh there are two PRs (also #185), can you drop the second patch off this PR please. |
I created separate PRs for all the different changes (Default trait, ZERO const, Ord trait), to keep changes minimal. |
Ok, I'd like to see the commit history cleaned up for this one. It can probably be done in a single commit, so squashing might work. |
Squashed into one commit |
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.
ACK 704e891
Thanks man!
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.
ACK 704e891
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.
ACK 704e891
Looks like this slipped through the cracks, can you merge this please @apoelstra |
See #187 .
Add derived
Default
trait toFe32
,and.ZERO
constantDefault is trivial to add, but it is useful in some cases.