You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To sign a JSON we have to encode it, which is generally not deterministic (for an import from the outside).
Inside zencode it is fine keeping it as a dictionary (because the encoding is deterministic), the problem is with the sd jwt.
From the outside, the user can decide whether to use sd jwt (which is encoded) or signed selective disclosure
For the inside the jwt is an or, either the previous or
Currently, a JWT is represented as a dictionary
To sign a JSON we have to encode it, which is generally not deterministic (for an import from the outside).
Inside zencode it is fine keeping it as a dictionary (because the encoding is deterministic), the problem is with the
sd jwt
.From the outside, the user can decide whether to use
sd jwt
(which is encoded) orsigned selective disclosure
For the inside the jwt is an or, either the previous or
The text was updated successfully, but these errors were encountered: