diff --git a/scitt/create_detatched_signed_statement.py b/scitt/create_detatched_signed_statement.py index b1b6fa4..b02bd45 100755 --- a/scitt/create_detatched_signed_statement.py +++ b/scitt/create_detatched_signed_statement.py @@ -41,7 +41,7 @@ # Signed Hash envelope header labels from: # https://github.com/OR13/draft-steele-cose-hash-envelope/blob/main/draft-steele-cose-hash-envelope.md HEADER_LABEL_PAYLOAD_HASH_ALGORITHM = 998 -HEADER_LABEL_LOCATION_HINT = 999 +HEADER_LABEL_LOCATION = 999 def open_signing_key(key_file: str) -> SigningKey: