-
Notifications
You must be signed in to change notification settings - Fork 110
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
Bump p256 to 0.11 #168
Bump p256 to 0.11 #168
Conversation
Same issue here! Hey @survived, any chance we can have this PR get merged and a new version get published? |
src/elliptic/curves/p256.rs
Outdated
} | ||
} | ||
|
||
fn is_zero(&self) -> bool { | ||
bool::from(self.fe.is_zero()) | ||
*self.fe == Scalar::ZERO |
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.
Why did you replace this?
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.
tought it wasn't working, sorry, my bad
@elichai I've fixed the |
No need, I'll do that in a separate PR |
maintainers, don't you think the crate deserves a version bump to 0.9.1 or something?
but does not for
|
* first fixes, change dependency version * fix compilation issues * rustfmt and revert small change in p256 * cargo fmt Co-authored-by: Elichai Turkel <elichai.turkel@gmail.com>
I've bumped the p256 dependency to version 0.11.1 and fixed some compilation issues. See #166