Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update keytree/keytree.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oleganza committed Feb 22, 2019
1 parent 881eb13 commit c4ee05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keytree/keytree.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ Xpub {
1. Create Merlin `t = Transcript::new("Keytree.intermediate")`.
2. Commit [xpub](#xpub) to transcript (if xprv is provided, compute xpub from xprv):
```
t.commit_bytes("xpub", xpub)
t.commit_bytes("pt", xpub.point)
t.commit_bytes("dk", xpub.dk)
```
3. Provide the transcript to the user to commit an arbitrary selector data (could be structured):
```
Expand Down

0 comments on commit c4ee05e

Please sign in to comment.