Skip to content

Commit

Permalink
set the vds in the protected header to the requested asignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Nov 26, 2024
1 parent faa32ec commit 5911d79
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 5911d79

Please sign in to comment.