Skip to content

Commit

Permalink
Include leaf index in LeafNodeTBS for better parent-hash guarantees (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Oct 3, 2022
1 parent 6b25d7a commit c1894c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-ietf-mls-protocol.md
Expand Up @@ -2005,9 +2005,11 @@ struct {

case update:
opaque group_id<V>;
uint32 leaf_index;

case commit:
opaque group_id<V>;
uint32 leaf_index;
}
} LeafNodeTBS;
~~~
Expand Down

0 comments on commit c1894c7

Please sign in to comment.