mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
doc: reorder
This commit is contained in:
parent
7f7b8b3b7a
commit
1bb4c12707
3
704.md
3
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
|
- 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))
|
- 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:
|
- `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 2<sup>32</sup>-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 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 2<sup>32</sup>-1
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Example</b></summary>
|
<summary><b>Example</b></summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user