Jelle Femmo Millenaar

Results 18 issues of Jelle Femmo Millenaar

## Description DID Communications is a standard from the Decentralized Identity Foundation (DIF) that enables different entities that utilize SSI, to talk to each other in a common language. They...

Enhancement

## Description Add all controller features to the framework as they are mentioned in the DID specification. This includes the DID Document controller field and the controller fields inside of...

Enhancement

## Description Implement JSON-LD output format for DID Documents. Previous iteration of this Issue held more DID Core updates, but they have either been tackled or have their own issues...

Enhancement

Migrate all Cryptographic primitives and complex primitive uses to the [Crypto.rs](https://github.com/iotaledger/crypto.rs) repository. - [x] Add HMAC-SHA384 to Crypto.rs [PR](https://github.com/iotaledger/crypto.rs/pull/33) - [x] Add SHA384 to Crypto.rs [PR](https://github.com/iotaledger/crypto.rs/pull/34) - [ ] Add...

Enhancement

Implement and standardize a service endpoint called DomainNameVerification. It links to a domain that is owned by the identity, such as the website of the organization. This domain can be...

Enhancement

As an option, update the way verifiable credentials are signed by hashing individual data points inside the credentialSubject object of a verifiable credential using the Merkle Tree algorithm. The last...

Enhancement

Add support and standardize a service endpoint that links to a publicly available Verifiable Credential (VC), published to an IOTA address. This address can be resolved to retrieve a VC...

Enhancement

**Description** A DID is an identifier that must be able to resolve to a DID Document. This functionality already exists in the DID Document class. **Requirements** - [ ] Create...

**Description** When a DID class instance is created, [an optional fragment can be part of it.](https://w3c.github.io/did-core/#fragment) The DID Class needs to handle this. **Requirements** - [ ] Store the fragment...

**Description** When a DID class instance is created, [an optional query can be part of it](https://w3c.github.io/did-core/#query). The DID class needs to handle this. **Requirements** - [ ] Store the query...