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

Ed25519Key crv field has incorrect value #10

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

rooooooooob
Copy link
Contributor

Fixes #9

Due to how wasm_bindgen works direct enums were not allowed so the rust
values of enums are NOT what their value when converted to Label. This
rust value was used in the crv field of the Ed25519Key builder by
accident.

Fixes Emurgo#9

Due to how wasm_bindgen works direct enums were not allowed so the rust
values of enums are NOT what their value when converted to `Label`. This
rust value was used in the `crv` field of the `Ed25519Key` builder by
accident.
@rooooooooob
Copy link
Contributor Author

@vsubhuman does it make sense to add me as a maintainer of this crate too like we did with the serialization lib?

@vsubhuman vsubhuman added this to the 1.1.0 milestone Feb 9, 2022
Copy link
Contributor

@vsubhuman vsubhuman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @rooooooooob !

@vsubhuman vsubhuman merged commit 35b09ea into Emurgo:master Feb 9, 2022
@vsubhuman vsubhuman mentioned this pull request Feb 9, 2022
1 task
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.

Ed25519 returns 5 instead of 6
2 participants