diff --git a/704.md b/704.md index de0ea18..b5c3da8 100644 --- a/704.md +++ b/704.md @@ -30,8 +30,9 @@ m / purpose' / conin_type' / part1' / part2' / ... / part8' - this NIP defines the `purpose` `25709'` (`dm` -> `0x646d` -> `25709`) for deriving `Direct Messages` related keys - nostr `coin_type'` is `1237'` (see [NIP-06](https://github.com/nostr-protocol/nips/blob/master/06.md)) - `part1' / part2' / ... / part8'` is the public key hex string (of the peer) split in 8 chunks: - - the reason for splitting is that each level of the path can have a max value of 232-1 - the reason for using the peer's (`Bob`) public key is to always arive at the same value even if prio state is lost + - the reason for splitting the public key is that each level of the path can have a max value of 232-1 +
Example