From e6e81cc2ecca7b611035075e014eac9e48ebc8bd Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 6 Nov 2023 23:35:43 +0100 Subject: [PATCH] lint --- draft-steele-cose-hash-envelope.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/draft-steele-cose-hash-envelope.md b/draft-steele-cose-hash-envelope.md index 873906e..3559879 100644 --- a/draft-steele-cose-hash-envelope.md +++ b/draft-steele-cose-hash-envelope.md @@ -50,17 +50,17 @@ For large payloads this is a problem. This draft addresses this problem by descr ## Usage ~~~~ cbor-diag -{ - / Algorithm / - 1: -35, +{ + / Algorithm / + 1: -35, / Key identifier / - 4: h'75726e3a...32636573', + 4: h'75726e3a...32636573', / typ of the envelope / - TBD 0: application/hashed+cose + TBD 0: application/hashed+cose / Hash algorithm of the payload / - TBD 1: sha-256 + TBD 1: sha-256 / cty of the preimage of the payload / - TBD 2: application/jwk+json + TBD 2: application/jwk+json } ~~~~