Samuel Smith

Results 213 comments of Samuel Smith

> Quoting @pfeairheller A new concept that I had not considered before but is insinuated with your breakdown above is that the schema becomes a “oneOf” just like the attributes,...

Yes that makes sense. I think there is some code that would break in keripy to get there but there is a performance boost from signing only the said. However...

The problem is that the top level group is only consuming one public key from each group member. So a group member could be a group but it would only...

There are several variations: 1. A multi-sig AID controlled by a distributed group of members AIDS where each member AID is single-sig controlled by a single-sig set of keys i.e....

$ pip3 install -e localrepo Automatically installs the dependencies given in the setup.py file

This might be helpful. Since we use multicommand which just uses vanilla argparse it should be possible to add a common set of argparse actions to all commands. Just put...

To clarify, the proposed change only uses hashes of public key as indexes for encrypted private keys even for current public signing keys . This is because an inadvertent rotate...

I think what this means is that the pubs list in keeping.Publot is filled with the digests of the public keys not the public keys. and then to return public...

The API to sign doesn’t change, its just that under the hood to look up the private keys, the sign function would hash them because the private keys are stored...

See discussion here https://github.com/WebOfTrust/keripy/discussions/597