Skip to content

Commit

Permalink
added question to Q&A
Browse files Browse the repository at this point in the history
  • Loading branch information
henkvancann committed Sep 22, 2022
1 parent ec98141 commit 19c15c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# Apple Mac related
.DS_Store
Binary file added docs/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/Q-and-A.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,15 @@ Depends on what you mean with *proof*. KERI is content agnostic, so any cryptogr
In general they can proof the authoritive control over a private key at a certain point back in time.
*(@henkvancann)*

## **Q: ‘In the keripy repository what is “sid”, “wan”, “red”
What is the meaning of “sid”, “wan”, and “red” in `tests/vc/test_protocoling.py` in the test : _test_issuing_?

Phil Feairheller answers in 2022:
- **ian**: issuer of cred (start with ‘i’)
- **sid**: signer of cred (start with ‘s’)
- **wan**: witnesses (start with ‘w’)
- **red**: receipient of cred (start with ‘r’)

## **Q: Do verifiers, validators, witnesses and watchers all sign off `payloads`?

Yes they do. For every cause there is a different payload. The main reason why all roles sign off cryptographic references is commitment to those sources (the payload in KERI is often a digest of sources) at a certain point in time.\
Expand Down Expand Up @@ -1038,6 +1047,7 @@ Why do we want portable identifiers instead of the Ledger Locked IDs, since we h
*Or does (Delegated, Multi-sig) Self-Addressing do the job?*
{TBW Prio 2}


### Acknowledgements

Platypus - Welcome Collection gallery (2018-03-21): https://wellcomecollection.org/works/w3wxxrtv CC-BY-4.0

0 comments on commit 19c15c4

Please sign in to comment.