-
Notifications
You must be signed in to change notification settings - Fork 51
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 #187
Comments
This was referenced Jul 16, 2024
I wouldn't mind adding |
Updated description, as Ord trait was dropped. |
3 tasks
apoelstra
added a commit
that referenced
this issue
Jul 31, 2024
704e891 Add Default trait to Fe32 (derived) (optout) Pull request description: See #187 . Add derived `Default` trait to `Fe32`, ~~and `ZERO` constant~~. Default is trivial to add, but it is useful in some cases. ACKs for top commit: tcharding: ACK 704e891 apoelstra: ACK 704e891 clarkmoody: ACK 704e891 Tree-SHA512: 2d6385f92974d893c2e79d68712e85354ada8faa53ed30896e53f240a2e0272bc700c7559b531efeff22550ef6d58fc2ca5e4ed32df4ea4decd97c2b4f18d90f
Closed by #184 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LDK uses
u5
from earlier version, and during the upgrade toFe32
theDefault
andtraits were missed (PR).Ord
Implementation would be trivial here, it just has to be derived.
PR created to add them (#184).
The text was updated successfully, but these errors were encountered: