feat: add Ed25519 (EdDSA) signing support for applet v2.0 - #42
Merged
Conversation
Add Ed25519 signing support for applet v2.0 (KeyType.ED25519) and an examples/solana_transaction/ demo. Rename the BasicG1 card class to Basic (BasicG1 kept as an alias), pad the SIGN PIN to the spec's 9-byte field with named constants, and guard against silent ECDSA fallback for unknown key types. Bump __version__ to 1.0.5 and update CHANGELOG.rst.
YanNaingWinn
force-pushed
the
feature/implementing_solana
branch
from
July 14, 2026 13:46
7e13fbf to
63e41d9
Compare
…odule level' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
…rt' and 'import from'' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add KeyType.ED25519 and EdDSA signing on applet v2.0+, enabling Solana and other Ed25519-based chains.
Verified on applet v2.0.0: signatures verify against the derived key and a native SOL transfer finalized on testnet.