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

Use ed25519-consensus instead of ed25519-dalek #2

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

hdevalence
Copy link
Member

Closes informalsystems#355 (see that issue for more context; ed25519-consensus is a fork of
ed25519-zebra that's Zcash-independent).

This change ensures that tendermint-rs has the same signature verification as
tendermint, which uses the validation criteria provided by the Go
ed25519consensus library.

Submitted upstream as informalsystems#1046 ; we can merge these changes into our fork in advance.

Closes informalsystems#355 (see that issue for more context; `ed25519-consensus` is a fork of
`ed25519-zebra` that's Zcash-independent).

This change ensures that `tendermint-rs` has the same signature verification as
`tendermint`, which uses the validation criteria provided by the Go
`ed25519consensus` library.
@redshiftzero redshiftzero merged commit f01db66 into master Dec 8, 2021
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.

Consider ed25519-zebra crate?
2 participants