Skip to content

Commit c594df9

Browse files
authored
fix: Names and clarification (#283)
The encyrption context on hierarchical materials is all the encryption context, not only any custom values set by the customer on branch key creation.
1 parent 47d2977 commit c594df9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

framework/key-store/key-storage.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,16 @@ This structure MUST include all of the following fields:
5151

5252
A union that MUST hold the following three options
5353

54-
- ActiveHierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion)
55-
- HierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion)
54+
- ActiveHierarchicalSymmetricVersion [ActiveHierarchicalSymmetric](#activehierarchicalsymmetric)
55+
- HierarchicalSymmetricVersion [HierarchicalSymmetric](#hierarchicalsymmetric)
5656
- ActiveHierarchicalSymmetricBeacon
5757

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
5964

6065
A structure that MUST have one member,
6166
the UTF8 Encoded value of the version of the branch key.

framework/structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ This value MUST be a version 4 [UUID](https://www.ietf.org/rfc/rfc4122.txt).
404404

405405
##### Encryption Context
406406

407-
The [custom encryption context](#encryption-context) associated with this branch key.
407+
The [encryption context](#encryption-context) associated with this branch key.
408408

409409
## Beacon Key Materials
410410

0 commit comments

Comments
 (0)