Oliver Terbu
Oliver Terbu
This is just a note that some parallel or overlapping work might be going on in W3C CCG: https://github.com/w3c-ccg/blockchain-links. I created a Github issue here: https://github.com/w3c-ccg/blockchain-links/issues/1 to raise awareness in...
We have an implementation of ECDH-1PU+XC20PKW [here](https://github.com/awoie/did-jwt/blob/awoie/ecdh-1pu/src/xc20pEncryption.ts#L93-L95) and I'm looking for test vectors. I'm not an Erlang developer and was wondering if someone could provide one very quick.
A very common use case in the VC ecosystem is the presentment of VCs as VPs. Usually, the verifier is interested in whether the holder is the legitimate subject of...
RFC [0511](https://github.com/hyperledger/aries-rfcs/issues/538) notes: > The Issuer SHOULD set the format to the value that corresponds to the format the credentials are issued in. Currently, [0453](https://github.com/hyperledger/aries-rfcs/tree/master/features/0453-issue-credential-v2) does not support other credential...
The examples for `ECDH-1PU+XC20PKW` are not based on [Chacha derived AEAD algorithms in JSON Object Signing and Encryption (JOSE)](https://tools.ietf.org/html/draft-amringer-jose-chacha-02). Note, the examples are not necessarily wrong but there is no...
`propose-credential` is the only message that does not use the `credential_manifest` container object. For consistency reasons, we might want to change the `propose-credential` example to use the following format instead:...
The current spec says that in offer-credential `challenge` and `domain` are REQUIRED. There might be two issues: - It contradicts with the request-credential message where the spec says that `challenge`...
[RFC 0511](https://github.com/hyperledger/aries-rfcs/blob/master/features/0511-dif-cred-manifest-attach/README.md) currently says: > This allows the Holder to initiate the issue-credential protocol with a request-message providing they also possess the requisite challenge and domain values. If they do...
I know that the state diagram illustrates the happy path but as per [0453](https://github.com/hyperledger/aries-rfcs/blob/master/features/0453-issue-credential-v2)/[0511](https://github.com/hyperledger/aries-rfcs/blob/master/features/0511-dif-cred-manifest-attach) the interaction can also start with a `request-credential` message from the Holder to the Issuer it...