Dmitriy Kinoshenko

Results 7 comments of Dmitriy Kinoshenko

hi @kazarena ! thank you for your input! We are using the framing for the generation of Selective Disclosures for Verifiable Credentials. JSON-LD framing suits perfectly for this purpose. Yes,...

@awoie Can we apply #102 where the @context has the correct value?

@awoie makes sense for me, thank you.

@awoie unfortunately, the VC inside JWS (`example-016-jwt.jwt`) is buggy: ``` { "@context": [ "https://w3.org/2018/credentials/v1", "https://example.com/examples/v1" ], "credentialSubject": { "degree": { "name": "Bachelor of Science in Mechanical Engineering", "type": "BachelorDegree" }...

@awoie filed a separate issue #103 we can close the current issue

Hi @csstaub , https://github.com/decred/dcrd/tree/master/dcrec was recommended (https://github.com/btcsuite/btcd/issues/1495#issuecomment-571875978) as it's "maintained by the original btcsuite authors and it provides a module". I've updated the PR to have a dependency on that...

Should be resolved after a fix of https://github.com/hyperledger/aries-framework-go/issues/1662