Closed llorllale closed 4 years ago
ZCAP-LD requires capabilityChain added to the proof.
capabilityChain
For a hand-wavy explanation of zcapld, see spec. This issue also has some examples: https://github.com/decentralized-identity/secure-data-store/issues/113
Our signature/proof package does not support capabilityChain: https://github.com/hyperledger/aries-framework-go/blob/fea319ee4b47b0a81ceea9f2e6d96e3902c5d1f1/pkg/doc/signature/proof/proof.go#L39-L51
signature/proof
Related: #1693
ZCAP-LD requires
capabilityChain
added to the proof.For a hand-wavy explanation of zcapld, see spec. This issue also has some examples: https://github.com/decentralized-identity/secure-data-store/issues/113
Our
signature/proof
package does not supportcapabilityChain
: https://github.com/hyperledger/aries-framework-go/blob/fea319ee4b47b0a81ceea9f2e6d96e3902c5d1f1/pkg/doc/signature/proof/proof.go#L39-L51