-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem: ed25519-signing is not supported #415
Comments
@feizzhang just be careful about key recovery attacks: solana-labs/solana#6301 (comment) https://raw.githubusercontent.com/LedgerHQ/orakolo/master/papers/Ed25519_BIP%20Final.pdf Maybe bip32-ed25519 is the most reasonable option? Or what derivation scheme does NEAR use? |
It seems Ledger app uses SLIP10: |
- [x] modularity - [x] crypto operation is in one mod. algorithm includes ed25519 secp256k1 and more。struct includes secret_key public_key and pair_key. - [x] errors is in one mod,and in the crypto directory。 - [x] crypto mod only handle related operations of sign. no associated with specific chain. - [x] interface adjustment - unify key string format:key_type:encode_type:xxxxxxxxx - [ ] detailed document issue: Problem: ed25519-signing is not supported #415
The text was updated successfully, but these errors were encountered: