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
The reason is that IssueCredentialArgs doesn't allow arbitrary salts u as input to the function issue(). As a result, when members of a multisig group try to issue a private ACDC, they will get inconsistent salts, acdc.u and acdc.a.u.
I suggest changing the interface IssueCredentialArgs to include inputs for the top-level salt and the one inside a, e.g., topLevelSalt?: boolean | string and attributeSalt?: boolean | string.
This issue is blocking PR #207 for the issuance of an ECR vLEI credential.