BIP-85: the Nostr path
Adds BIP-85 application number 128002' for deterministic Nostr private-key derivation.
Derivation path:
m/83696968'/128002'/{identity}'/{account_index}'
identity selects an independent, unlinkable Nostr key namespace; account_index selects a key within that identity. Indices 0' are reserved for future key-management semantics.
The first 32 bytes of BIP-85 entropy are used as the secp256k1 secret key and encoded as an nsec according to NIP-19.