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

solana-ed25519: move ED25519 Solana verification code into a new crate #204

Merged
merged 6 commits into from
Feb 6, 2024

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Feb 6, 2024

This is mostly because we are going to be patching ibc-rs to support
Solana signature verefication and to avoid circular dependencies we
need the ED25519 code in a separate crate that solana-ibc and ibc-rs
can both depend on.

This is mostly because we are going to be patching ibc-rs to support
Solana signature verefication and to avoid circular dependencies we
need the ED25519 code in a separate crate that solana-ibc and ibc-rs
can both depend on.
@mina86 mina86 requested a review from dhruvja February 6, 2024 09:49
@mina86 mina86 enabled auto-merge (squash) February 6, 2024 09:49
@mina86
Copy link
Collaborator Author

mina86 commented Feb 6, 2024

tkaitchuck/aHash#200 is the clippy failure

@mina86
Copy link
Collaborator Author

mina86 commented Feb 6, 2024

sighs ahash 0.8.6 doesn’t compile on nightly and ahash 0.8.7 doesn’t compile with Anchor’s version of rustc.

@mina86 mina86 merged commit 405b272 into master Feb 6, 2024
4 checks passed
@mina86 mina86 deleted the mpn/b branch February 6, 2024 16:53
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.

2 participants