简体   繁体   中英

BIP44 with ed25519 curve signature

I want to use BIP44 HD wallet with Ed25519 curve. Does BIP 44 support the Ed25519 curve, Because I have read that BIP32 does not compatible with Ed25519 based cryptography.

BIP-0044 depends on BIP-0043 , which depends on BIP-0032 , which only supports secp256k cryptography in its original form. Since then SLIP-0010 defined a way to extend BIP32 with NIST-P256 and Ed25519 cryptography, so I suggest to delve yourself into SLIP-0010. Unfortunately Ed25519 does not support normal (public) derivation, only hardened derivation. So you cannot have read-only wallets or audited accounts for Ed25519-based crypto.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM