From 1bb4c127074403444586a2539d552a2547d14a54 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 11:57:09 +0300 Subject: [PATCH] doc: reorder --- 704.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/704.md b/704.md index de0ea188..b5c3da82 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