From 7b5095e64bf31c3304139c65efc2a3984cf34d08 Mon Sep 17 00:00:00 2001 From: seebees Date: Wed, 11 Sep 2024 09:41:19 -0700 Subject: [PATCH] fix: Names and clarification The encyrption context on hierarchical materials is all the encryption context, not only any custom values set by the customer on branch key creation. --- framework/key-store/key-storage.md | 11 ++++++++--- framework/structures.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/framework/key-store/key-storage.md b/framework/key-store/key-storage.md index eb99e3f7..1fdf54c5 100644 --- a/framework/key-store/key-storage.md +++ b/framework/key-store/key-storage.md @@ -51,11 +51,16 @@ This structure MUST include all of the following fields: A union that MUST hold the following three options -- ActiveHierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion) -- HierarchicalSymmetricVersion [HierarchicalSymmetricVersion](#hierarchicalsymmetricversion) +- ActiveHierarchicalSymmetricVersion [ActiveHierarchicalSymmetric](#activehierarchicalsymmetric) +- HierarchicalSymmetricVersion [HierarchicalSymmetric](#hierarchicalsymmetric) - ActiveHierarchicalSymmetricBeacon -### HierarchicalSymmetricVersion +### ActiveHierarchicalSymmetric + +A structure that MUST have one member, +the UTF8 Encoded value of the version of the branch key. + +### HierarchicalSymmetric A structure that MUST have one member, the UTF8 Encoded value of the version of the branch key. diff --git a/framework/structures.md b/framework/structures.md index 3b4946a3..9ad3f325 100644 --- a/framework/structures.md +++ b/framework/structures.md @@ -404,7 +404,7 @@ This value MUST be a version 4 [UUID](https://www.ietf.org/rfc/rfc4122.txt). ##### Encryption Context -The [custom encryption context](#encryption-context) associated with this branch key. +The [encryption context](#encryption-context) associated with this branch key. ## Beacon Key Materials