Skip to content

Commit

Permalink
Remove initial underscore on _sd_hash
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Campbell <[email protected]>
  • Loading branch information
bc-pi committed Nov 30, 2023
1 parent f6f2977 commit 9694dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sd_jwt/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEFAULT_SIGNING_ALG = "ES256"
SD_DIGESTS_KEY = "_sd"
DIGEST_ALG_KEY = "_sd_alg"
KB_DIGEST_KEY = "_sd_hash"
KB_DIGEST_KEY = "sd_hash"
SD_LIST_PREFIX = "..."

logger = logging.getLogger("sd_jwt")
Expand Down

0 comments on commit 9694dbd

Please sign in to comment.