File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,16 @@ This structure MUST include all of the following fields:
51
51
52
52
A union that MUST hold the following three options
53
53
54
- - ActiveHierarchicalSymmetricVersion [ HierarchicalSymmetricVersion ] ( #hierarchicalsymmetricversion )
55
- - HierarchicalSymmetricVersion [ HierarchicalSymmetricVersion ] ( #hierarchicalsymmetricversion )
54
+ - ActiveHierarchicalSymmetricVersion [ ActiveHierarchicalSymmetric ] ( #activehierarchicalsymmetric )
55
+ - HierarchicalSymmetricVersion [ HierarchicalSymmetric ] ( #hierarchicalsymmetric )
56
56
- ActiveHierarchicalSymmetricBeacon
57
57
58
- ### HierarchicalSymmetricVersion
58
+ ### ActiveHierarchicalSymmetric
59
+
60
+ A structure that MUST have one member,
61
+ the UTF8 Encoded value of the version of the branch key.
62
+
63
+ ### HierarchicalSymmetric
59
64
60
65
A structure that MUST have one member,
61
66
the UTF8 Encoded value of the version of the branch key.
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ This value MUST be a version 4 [UUID](https://www.ietf.org/rfc/rfc4122.txt).
404
404
405
405
##### Encryption Context
406
406
407
- The [ custom encryption context] ( #encryption-context ) associated with this branch key.
407
+ The [ encryption context] ( #encryption-context ) associated with this branch key.
408
408
409
409
## Beacon Key Materials
410
410
You can’t perform that action at this time.
0 commit comments