We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f2977 commit cf27b5bCopy full SHA for cf27b5b
src/sd_jwt/common.py
@@ -12,7 +12,7 @@
12
DEFAULT_SIGNING_ALG = "ES256"
13
SD_DIGESTS_KEY = "_sd"
14
DIGEST_ALG_KEY = "_sd_alg"
15
-KB_DIGEST_KEY = "_sd_hash"
+KB_DIGEST_KEY = "sd_hash"
16
SD_LIST_PREFIX = "..."
17
18
logger = logging.getLogger("sd_jwt")
0 commit comments