digitalbazaar / did-io

Decentralized identifier management library for browser and node.js
Other
43 stars 8 forks source link

Where should `attachInvocationProof` live? #42

Closed mattcollier closed 2 years ago

mattcollier commented 6 years ago

@dlongley @dmitrizagidulin

https://github.com/digitalbazaar/did-io/blob/899de8edd4e2c9f70f16ede7a39d24f2cce495b0/lib/methods/veres-one/veres-one.js#L335-L359

Do we need it at all?

Should it be part of crypto-ld?

If we need the wrapper, we know that we want to be able to add these sorts of proofs to operations other that DID Documents.

dmitrizagidulin commented 6 years ago

I'm also curious what the "validate private key" comment in the TODO means. What would it be validated against?

dmitrizagidulin commented 2 years ago

The veres one driver has now been moved to https://github.com/veres-one/did-veres-one, so closing this issue.