Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Jun 21, 2024
1 parent adb9390 commit 9ba16ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def create_signed_statement(
},
},
HEADER_LABEL_PAYLOAD_HASH_ALGORITHM: -16, # for sha256
HEADER_LABEL_LOCATION_HINT: location_hint,
HEADER_LABEL_LOCATION: location,
}

# now create a sha256 hash of the payload
Expand Down Expand Up @@ -154,7 +154,7 @@ def main():
parser.add_argument(
"--payload-file",
type=str,
help="filepath to the content that will become the payload of the SCITT Statement "
help="filepath to the content that will be hashed and placed into the payload of the SCITT Statement.",
default="scitt-payload.json",
)

Expand Down

0 comments on commit 9ba16ee

Please sign in to comment.