We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SD-Capable-Claim-Value = Array-Value / Map-Value / Scalar-Value Array-Value = [ *(Redacted-Element / any) ] Map-Value = { ? blinded-hash-claim, ; only one blinded-hash-claim allowed per Map-Value * CWT-Claim ; (may be freely interleaved with other CWT-Claims) } blinded-hash-claim = "_sd": [ * blinded-hash ] Redacted-Element = { "..." : blinded-hash } blinded-hash = bstr Scalar-Value = #0 / #1 / #2 / #3 / #6 / #7
From #3 (comment)
The text was updated successfully, but these errors were encountered:
And
salted = salted-claim / salted-element salted-claim = [ bstr .size 16, ; 128-bit salt (int / text), ; claim name any ; claim value ] salted-element = [ bstr .size 16, ; 128-bit salt any ; claim value ]
From: #3 (comment)
Sorry, something went wrong.
No branches or pull requests
From #3 (comment)
The text was updated successfully, but these errors were encountered: