ED25519_ SEED_ KEY
HMAC key for master key generation.
Per SLIP-0010: "Generate a seed byte sequence S of 512 bits... Calculate I = HMAC-SHA512(Key = 'ed25519 seed', Data = S). Split I into two 32-byte sequences, IL and IR."
IL becomes the master private key, IR becomes the master chain code.