This commit is contained in:
Vlad Stan 2023-04-10 11:55:10 +03:00 committed by GitHub
parent 65a28e7b56
commit 7f7b8b3b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
704.md
View File

@ -21,7 +21,7 @@ This means that each participant has to:
Each client has a `master` key (denoted with `m`). This key can be the profile `nsec...`, but it is not mandatory. Each client has a `master` key (denoted with `m`). This key can be the profile `nsec...`, but it is not mandatory.
## Derive the direct message parent key ## Derive the `direct message parent key`
A client must generate multiple `direct message parent keys`, one for each peer that it is communicating with. The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) structure to be used is: A client must generate multiple `direct message parent keys`, one for each peer that it is communicating with. The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) structure to be used is:
``` ```
m / purpose' / conin_type' / part1' / part2' / ... / part8' m / purpose' / conin_type' / part1' / part2' / ... / part8'