keripy
keripy copied to clipboard
Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
KERI config files are .json or .hjson We don't have a normative (that I could find) definition of the labels in a keri config file One way to document it...
Primarily used in Tever. already removed from Kever
Make keystore better post quantum safe when used remotely such as with Signify. Symmetric encryption ECC (ChaCha, Salsa) is already post quantum safe but the use of the private key...
Old next key digests in KERI key event messages were combined with XOR with the threshold serialized digest to produce a single digest derived next key list/threshold committment. In order...
Currently toad is treated as int but serialized as hex str. In future need to be able to serialize as int or CESR not just hex str. Need to ensure...
Steps to reproduce 1. Reset 2. Setup with `multisig.sh` 3. Use `kli sign` to create signature as multi-sig group 4. Use `kli verify` to verify signature Reset and setup ```...
``` Details: in test_protocoling.py / test_issuing 78 : credSubject is: {'d': '', 'i': 'EELPMtVeoAMwq-cEvyqQkPlVlHHj86nNxpb-77KcM3DZ', 'dt': '2021-06-27T21:26:21.233257+00:00', 'LEI': '254900OPPU84GM83MG36'} credSubject is given to saidify, the results assigned to: 84 : d...
After delegation is approved, there is currently no mechanism to share the KEL of the newly created delegated AID with the delegator. We need to add a mechanism for the...