-
Notifications
You must be signed in to change notification settings - Fork 0
feat: update to matching dependencies #1
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Michael Lodder <[email protected]>
Signed-off-by: Michael Lodder <[email protected]>
9749517 to
53f6a36
Compare
| Ed448FieldBytes::clone_from_slice(&self.x.to_bytes()) | ||
| todo!() | ||
| // size missmatch | ||
| // Ed448FieldBytes::from(self.x.to_bytes()) |
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.
@mikelodder7 @tarcieri I found a couple of these, I am not sure if this is a bug in the original implementation, or I am missing sth in the translation
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.
That was me that implemented it. The trait doesn't really align with edwards curves given they store the y and not the x. This is kludgey for sure.
| // }; | ||
|
|
||
| // No idea how to make these traits happy... | ||
| // let result = pkcs8::SecretDocument::encode_msg(&private_key_info)?; |
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.
@tarcieri I have no idea how to update this for the latest pkcs8, the traits got a bit out of hand in the latest version I have a feeling
No description provided.