In the VcIssuer file, the issuer is determined by decoding the credential into a standardized format with an issuer field.
Decoding the issuer requires a hash implementation for compact sdjwt's. To work around this, I made the issuer an argument.
The second problem concerns the implementation of token validation in combination with a PIN and compatibility with v11 and v13.
This PR fixes two small problems.
In the VcIssuer file, the issuer is determined by decoding the credential into a standardized format with an issuer field. Decoding the issuer requires a hash implementation for compact sdjwt's. To work around this, I made the issuer an argument. The second problem concerns the implementation of token validation in combination with a PIN and compatibility with v11 and v13.