-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Is it possible to shed light into the process of going from a bip39 mnemonic and the m/44'/607'/0'/0/0/0
bip44 derivation path to the 32B ed25519 public key returned in
Lines 107 to 113 in 5ca0490
// Convert to NaCL format | |
for (int i = 0; i < PUBKEY_LEN; i++) { | |
raw_public_key[i] = public_key.W[64 - i]; | |
} | |
if ((public_key.W[32] & 1) != 0) { | |
raw_public_key[31] |= 0x80; | |
} |
Chrisoxr8, farhan991619, kslamph and Oersta1rdt
Metadata
Metadata
Assignees
Labels
No labels