Skip to content

Commit

Permalink
Merge pull request #13 from robinbryce/robin/set-vds-to-requested-ass…
Browse files Browse the repository at this point in the history
…ignment-3

set the vds in the protected header to the requested asignment
  • Loading branch information
robinbryce authored Nov 26, 2024
2 parents faa32ec + 5911d79 commit 6c8ed79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-bryce-cose-merkle-mountain-range-proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The cbor representation of an inclusion proof is:
~~~~ cddl
protected-header-map = {
&(alg: 1) => int
&(vds: 395) => 2
&(vds: 395) => 3
* cose-label => cose-value
}
~~~~
Expand Down Expand Up @@ -332,7 +332,7 @@ The cbor representation of an inclusion proof for MMRIVER is:
~~~~ cddl
protected-header-map = {
&(alg: 1) => int
&(vds: 395) => 2
&(vds: 395) => 3
* cose-label => cose-value
}
~~~~
Expand Down

0 comments on commit 6c8ed79

Please sign in to comment.