Skip to content

No support for multisig issuance of private ACDCs #221

@nkongsuwan

Description

@nkongsuwan

Currently, client.credentials().issue(kargsIss) does not support multisig issuance of private ACDCs.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions