Skip to content

Commit

Permalink
Remove initial underscore on _sd_hash (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Campbell <bcampbell@pingidentity.com>
  • Loading branch information
bc-pi authored Dec 5, 2023
1 parent f6f2977 commit cf27b5b
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 cf27b5b

Please sign in to comment.