Tobias Looker

Results 57 issues of Tobias Looker

With the latest release of this library v1.1.7 I get the following error `Cannot get schema for 'PrivateKeyInfo' target` When running the following ``` const crypto = new Crypto(); const...

I found a limitation in regards to writing MQTT messages larger than 250 could be resolved by writing to the TCP socket repeatedly so long as the packet written is...

Many use-cases for verifiable credentials require rendering them in some form of user experience, in these instances having a standard way to represent a name and description for a credential...

JSON-LD defines a way to specify the [default vocabulary](https://www.w3.org/TR/json-ld11/#default-vocabulary) for properties and types that otherwise do not match a term definition. Currently the credential context v1 does not make use...

A reoccurring issue has been how to sufficiently represent inline keys in a concise syntax whilst preserving the required information around a public keys encoding and underlying type. The [did:key](https://github.com/digitalbazaar/did-method-key)...

enhancement
question
DIDComm Related

For new comers first reading the spec, clarifying why we do the double hashing described in step 3. might avoid confusion, suggest adding a note to capture this.

spec
Spec v1.1
editorial

Key as a term can be ambiguous, for instance is it talking about a key pair or just a public or private key. This ambiguity can cause dangerous behaviour especially...

spec
Spec v1.1
editorial

To aid in automatic changelog generation, enforcing commit messages of the following [form](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) by a combination of [husky](https://www.npmjs.com/package/husky) [commitlint](https://www.npmjs.com/package/commitlint) would allow a tool like [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) to automatically generate the changelog...

In some cases for instance when a party would like to prove control of a key pair that will be used as the cryptographic binding to say a credential as...

Add in clippy support for linting rust code. Alternatively we can lean on the rust compiler more to catch some of the common issues see [here](https://github.com/mikelodder7/accumulator-rs/blob/master/accumulator-rsa/src/lib.rs#L1) for example.