├── .circleci ├── config.yml └── requirements.txt ├── .gitignore ├── .readthedocs.yaml ├── 0000-template.md ├── LICENSE ├── MAINTAINERS.md ├── Makefile ├── README.md ├── SECURITY.md ├── code ├── check_links.py ├── generate_index.py └── test_hipes.py ├── collateral ├── accepted.png ├── adopted.png ├── circle.png ├── indy-hipes-logo.png ├── layered-enhancements.png ├── lifecycle.png ├── proposed.png └── superseded.png ├── conf.py ├── contributing.md ├── derivative-networks.md ├── design └── dkms │ ├── README.md │ ├── agent-authz-policy-ledger-interactions.md │ ├── dkms-v4.md │ ├── images │ ├── 01-edge-agent-start.png │ ├── 02-provision-new-agent.png │ ├── 03-first-edge-agent.png │ ├── 04-update-agent-policy-registry.png │ ├── 05-add-cloud-agent-01.png │ ├── 05-add-cloud-agent-02.png │ ├── 06-add-new-edge-agent.png │ ├── 07-add-connection-public-did-01.png │ ├── 07-add-connection-public-did-02.png │ ├── 08-add-connection-private-did-provisioned-01.png │ ├── 08-add-connection-private-did-provisioned-02.png │ ├── 09-add-connection-private-did-unprovisioned-01.png │ ├── 09-add-connection-private-did-unprovisioned-02.png │ ├── 10-rotate-did-key-01.png │ ├── 10-rotate-did-key-02.png │ ├── 11-revoke-did.png │ ├── 12-revoke-edge-agent.png │ ├── 13-recovery-setup.png │ ├── 14-add-recovery-trustee.png │ ├── 15-recovery-update.png │ ├── 16-offline-recovery.png │ ├── 17-social-recovery-01.png │ ├── 17-social-recovery-02.png │ ├── agents-and-agencies.png │ ├── blockchain-type-matrix.png │ ├── image_0.png │ ├── image_3.png │ └── verifiable-creds.png │ ├── pdf │ ├── Agent Authorization Policy.pdf │ ├── DKMS Requirements Report - 30 June 2017.pdf │ ├── DKMS Requirements Spreadsheet Based On NIST 800-130 - Sheet1.pdf │ └── DKMS Requirements Text Based on NIST 800-130.pdf │ ├── puml │ ├── 01-edge-agent-start.puml │ ├── 02-provision-new-agent.puml │ ├── 03-first-edge-agent.puml │ ├── 04-update-agent-policy-registry.puml │ ├── 05-add-cloud-agent.puml │ ├── 06-add-new-edge-agent.puml │ ├── 07-add-connection-public-did.puml │ ├── 08-add-connection-private-did-provisioned.puml │ ├── 09-add-connection-private-did-unprovisioned.puml │ ├── 10-rotate-did-key.puml │ ├── 11-revoke-did.puml │ ├── 12-revoke-edge-agent.puml │ ├── 13-recovery-setup.puml │ ├── 14-add-recovery-trustee.puml │ ├── 15-recovery-update.puml │ ├── 16-offline-recovery.puml │ ├── 17-social-recovery.puml │ ├── agency-migration.puml │ ├── burn-identity-with-agents.puml │ ├── failure-modes.puml │ ├── overview.puml │ ├── recover-agent-policy-registry.puml │ ├── recover-connection.puml │ ├── revoke-edge-agent-success.puml │ └── revoke-rogue-edge-agent.puml │ ├── shamir_secret.md │ └── trustee_protocols.md ├── github-issues.md ├── index.md ├── requirements.txt └── text ├── 0002-agents ├── README.md ├── agent.png └── agents-by-complexity.png ├── 0011-cred-revocation ├── README.md ├── before-and-after.png ├── tails.png └── target │ └── .history ├── 0012-concurrency-improvement ├── README.md └── api-call-processing.png ├── 0013-wallets ├── README.md ├── alice.png ├── composition.png ├── ebola.png ├── enclave-wrapping.png ├── encryption-schema.png ├── faber.png ├── identity-wallet.png ├── not-crypto-wallet.png ├── not-vault.png ├── one-owner-multiple-wallets.png ├── physical-wallet.png ├── risk-continuum.png ├── size-richness.png ├── trust-hub.png ├── wallet-encryption.puml └── wallet-encryption.svg ├── 0014-ssi-notation ├── README.md ├── expression.png ├── negotiation-pattern.png └── taxonomy.png ├── 0015-agent-test-suite-interface ├── README.md ├── agtalk.py ├── agtest-channels.png ├── interface-and-content.png └── matrix.png ├── 0016-agent-test-suite-v1 ├── README.md └── interface-and-content.png ├── 0017-agent-message-structure └── README.md ├── 0018-indy-git-repos └── README.md ├── 0019-maintainer-procedures └── README.md ├── 0020-encryption-primitives └── README.md ├── 0021-message-types └── README.md ├── 0022-cross-domain-messaging ├── README.md ├── domains.jpg └── forwarding.jpg ├── 0023-diddoc-conventions ├── README.md └── domains.jpg ├── 0024-a2a-forward-secrecy └── README.md ├── 0025-indy-docs-framework ├── README.md └── indy-docs-diagram.png ├── 0026-agent-file-format ├── README.md ├── ap-big.png ├── ap-small.png ├── aw-big.png └── aw-small.png ├── 0027-message-id-and-threading └── README.md ├── 0028-wire-message-format ├── README.md ├── domains.jpg └── schema.md ├── 0029-date-time-conventions └── README.md ├── 0030-multi-sig-actions └── README.md ├── 0031-connection-protocol ├── README.md ├── chrome_2019-01-29_07-59-38.png └── exampleqr.png ├── 0032-trust-ping └── README.md ├── 0033-basic-message └── README.md ├── 0034-ursa └── README.md ├── 0035-json-ld-compatibility └── README.md ├── 0036-mediators-and-relays ├── README.md ├── scenario1.png ├── scenario2.png ├── scenario3.png ├── scenario4.png ├── scenario5.png ├── scenario5b.png ├── scenario6.png ├── scenario7.png └── scenario8.png ├── 0037-repudiation ├── README.md └── whisper-secret.jpg ├── 0109-anoncreds-protocol ├── README.md └── supporting-docs │ ├── Eq1.png │ ├── Eq10.png │ ├── Eq11.png │ ├── Eq12.png │ ├── Eq13.png │ ├── Eq14.png │ ├── Eq15.png │ ├── Eq16.png │ ├── Eq17.png │ ├── Eq18.png │ ├── Eq19.png │ ├── Eq2.png │ ├── Eq20.png │ ├── Eq21.png │ ├── Eq22.png │ ├── Eq23.png │ ├── Eq24.png │ ├── Eq25.png │ ├── Eq26.png │ ├── Eq27.png │ ├── Eq28.png │ ├── Eq29.png │ ├── Eq30.png │ ├── Eq31.png │ ├── Eq32.png │ ├── Eq33.png │ ├── Eq34.png │ ├── Eq35.png │ ├── Eq36.png │ ├── Eq37.png │ ├── Eq38.png │ ├── Eq39.png │ ├── Eq4.png │ ├── Eq40.png │ ├── Eq41.png │ ├── Eq42.png │ ├── Eq43.png │ ├── Eq44.png │ ├── Eq45.png │ ├── Eq46.png │ ├── Eq47.png │ ├── Eq5.png │ ├── Eq6.png │ ├── Eq7.png │ ├── Eq8.png │ ├── Eq9.png │ ├── T-bar-and-Q-equations.png │ ├── T-equations.png │ ├── T-full.png │ ├── T1-T2.png │ ├── T1-T_delta-bar.png │ ├── T1-T_delta.png │ ├── T3.png │ ├── T4-T8.png │ ├── a-cases.png │ ├── alpha-tilde.png │ ├── anoncreds.tex │ ├── c-eq-c-widehat.png │ ├── challenge-hash.png │ ├── cred-pairs.png │ ├── delta-cases.png │ ├── delta-full.png │ ├── delta.png │ ├── e'-full.png │ ├── e-tilde.png │ ├── inequality-symbols.png │ ├── iss-pub-key-full.png │ ├── issuer-pub-rev-key.png │ ├── j-in-A_r-bar.png │ ├── n-S.png │ ├── non-rev-cred-full.png │ ├── non-rev-cred.png │ ├── p-cred.png │ ├── pk_I.png │ ├── r1-r_delta-tilde.png │ ├── r1-r_delta.png │ ├── rev-attrib.png │ ├── u1-u4-tilde.png │ ├── u1-u4.png │ ├── v-tilde.png │ ├── widehat-T.png │ ├── widehat-script-T.png │ └── widetilde{m_j}.png ├── 0119-rich-schemas ├── README.md ├── rich-schema-objects.png ├── zkp-cred-pres.png └── zkp-cred-pres.svg ├── 0120-rich-schemas-common ├── README.md ├── relationship-diagram.png └── relationship-diagram.puml ├── 0138-rich-schema-context └── README.md ├── 0139-image-as-cred-attr └── README.md ├── 0149-rich-schema-schema └── README.md ├── 0154-rich-schema-encoding └── README.md ├── 0155-rich-schema-mapping └── README.md ├── 0156-rich-schema-cred-def └── README.md ├── 0160-rich-schema-w3c-credentials ├── README.md ├── relationship-diagram.png └── relationship-diagram.puml ├── 0161-generic-token └── README.md ├── 0162-frozen-ledgers └── README.md ├── 0163-default-fee-handler └── README.md ├── 0164-did-indy-method └── README.md ├── README.md └── index.rst /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.circleci/requirements.txt: -------------------------------------------------------------------------------- 1 | pytest>=4.0 2 | requests>=2.7 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/SECURITY.md -------------------------------------------------------------------------------- /code/check_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/code/check_links.py -------------------------------------------------------------------------------- /code/generate_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/code/generate_index.py -------------------------------------------------------------------------------- /code/test_hipes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/code/test_hipes.py -------------------------------------------------------------------------------- /collateral/accepted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/accepted.png -------------------------------------------------------------------------------- /collateral/adopted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/adopted.png -------------------------------------------------------------------------------- /collateral/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/circle.png -------------------------------------------------------------------------------- /collateral/indy-hipes-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/indy-hipes-logo.png -------------------------------------------------------------------------------- /collateral/layered-enhancements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/layered-enhancements.png -------------------------------------------------------------------------------- /collateral/lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/lifecycle.png -------------------------------------------------------------------------------- /collateral/proposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/proposed.png -------------------------------------------------------------------------------- /collateral/superseded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/collateral/superseded.png -------------------------------------------------------------------------------- /conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/conf.py -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/contributing.md -------------------------------------------------------------------------------- /derivative-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/derivative-networks.md -------------------------------------------------------------------------------- /design/dkms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/README.md -------------------------------------------------------------------------------- /design/dkms/agent-authz-policy-ledger-interactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/agent-authz-policy-ledger-interactions.md -------------------------------------------------------------------------------- /design/dkms/dkms-v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/dkms-v4.md -------------------------------------------------------------------------------- /design/dkms/images/01-edge-agent-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/01-edge-agent-start.png -------------------------------------------------------------------------------- /design/dkms/images/02-provision-new-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/02-provision-new-agent.png -------------------------------------------------------------------------------- /design/dkms/images/03-first-edge-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/03-first-edge-agent.png -------------------------------------------------------------------------------- /design/dkms/images/04-update-agent-policy-registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/04-update-agent-policy-registry.png -------------------------------------------------------------------------------- /design/dkms/images/05-add-cloud-agent-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/05-add-cloud-agent-01.png -------------------------------------------------------------------------------- /design/dkms/images/05-add-cloud-agent-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/05-add-cloud-agent-02.png -------------------------------------------------------------------------------- /design/dkms/images/06-add-new-edge-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/06-add-new-edge-agent.png -------------------------------------------------------------------------------- /design/dkms/images/07-add-connection-public-did-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/07-add-connection-public-did-01.png -------------------------------------------------------------------------------- /design/dkms/images/07-add-connection-public-did-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/07-add-connection-public-did-02.png -------------------------------------------------------------------------------- /design/dkms/images/08-add-connection-private-did-provisioned-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/08-add-connection-private-did-provisioned-01.png -------------------------------------------------------------------------------- /design/dkms/images/08-add-connection-private-did-provisioned-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/08-add-connection-private-did-provisioned-02.png -------------------------------------------------------------------------------- /design/dkms/images/09-add-connection-private-did-unprovisioned-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/09-add-connection-private-did-unprovisioned-01.png -------------------------------------------------------------------------------- /design/dkms/images/09-add-connection-private-did-unprovisioned-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/09-add-connection-private-did-unprovisioned-02.png -------------------------------------------------------------------------------- /design/dkms/images/10-rotate-did-key-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/10-rotate-did-key-01.png -------------------------------------------------------------------------------- /design/dkms/images/10-rotate-did-key-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/10-rotate-did-key-02.png -------------------------------------------------------------------------------- /design/dkms/images/11-revoke-did.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/11-revoke-did.png -------------------------------------------------------------------------------- /design/dkms/images/12-revoke-edge-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/12-revoke-edge-agent.png -------------------------------------------------------------------------------- /design/dkms/images/13-recovery-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/13-recovery-setup.png -------------------------------------------------------------------------------- /design/dkms/images/14-add-recovery-trustee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/14-add-recovery-trustee.png -------------------------------------------------------------------------------- /design/dkms/images/15-recovery-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/15-recovery-update.png -------------------------------------------------------------------------------- /design/dkms/images/16-offline-recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/16-offline-recovery.png -------------------------------------------------------------------------------- /design/dkms/images/17-social-recovery-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/17-social-recovery-01.png -------------------------------------------------------------------------------- /design/dkms/images/17-social-recovery-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/17-social-recovery-02.png -------------------------------------------------------------------------------- /design/dkms/images/agents-and-agencies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/agents-and-agencies.png -------------------------------------------------------------------------------- /design/dkms/images/blockchain-type-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/blockchain-type-matrix.png -------------------------------------------------------------------------------- /design/dkms/images/image_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/image_0.png -------------------------------------------------------------------------------- /design/dkms/images/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/image_3.png -------------------------------------------------------------------------------- /design/dkms/images/verifiable-creds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/images/verifiable-creds.png -------------------------------------------------------------------------------- /design/dkms/pdf/Agent Authorization Policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/pdf/Agent Authorization Policy.pdf -------------------------------------------------------------------------------- /design/dkms/pdf/DKMS Requirements Report - 30 June 2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/pdf/DKMS Requirements Report - 30 June 2017.pdf -------------------------------------------------------------------------------- /design/dkms/pdf/DKMS Requirements Spreadsheet Based On NIST 800-130 - Sheet1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/pdf/DKMS Requirements Spreadsheet Based On NIST 800-130 - Sheet1.pdf -------------------------------------------------------------------------------- /design/dkms/pdf/DKMS Requirements Text Based on NIST 800-130.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/pdf/DKMS Requirements Text Based on NIST 800-130.pdf -------------------------------------------------------------------------------- /design/dkms/puml/01-edge-agent-start.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/01-edge-agent-start.puml -------------------------------------------------------------------------------- /design/dkms/puml/02-provision-new-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/02-provision-new-agent.puml -------------------------------------------------------------------------------- /design/dkms/puml/03-first-edge-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/03-first-edge-agent.puml -------------------------------------------------------------------------------- /design/dkms/puml/04-update-agent-policy-registry.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/04-update-agent-policy-registry.puml -------------------------------------------------------------------------------- /design/dkms/puml/05-add-cloud-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/05-add-cloud-agent.puml -------------------------------------------------------------------------------- /design/dkms/puml/06-add-new-edge-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/06-add-new-edge-agent.puml -------------------------------------------------------------------------------- /design/dkms/puml/07-add-connection-public-did.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/07-add-connection-public-did.puml -------------------------------------------------------------------------------- /design/dkms/puml/08-add-connection-private-did-provisioned.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/08-add-connection-private-did-provisioned.puml -------------------------------------------------------------------------------- /design/dkms/puml/09-add-connection-private-did-unprovisioned.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/09-add-connection-private-did-unprovisioned.puml -------------------------------------------------------------------------------- /design/dkms/puml/10-rotate-did-key.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/10-rotate-did-key.puml -------------------------------------------------------------------------------- /design/dkms/puml/11-revoke-did.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/11-revoke-did.puml -------------------------------------------------------------------------------- /design/dkms/puml/12-revoke-edge-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/12-revoke-edge-agent.puml -------------------------------------------------------------------------------- /design/dkms/puml/13-recovery-setup.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/13-recovery-setup.puml -------------------------------------------------------------------------------- /design/dkms/puml/14-add-recovery-trustee.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/14-add-recovery-trustee.puml -------------------------------------------------------------------------------- /design/dkms/puml/15-recovery-update.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/15-recovery-update.puml -------------------------------------------------------------------------------- /design/dkms/puml/16-offline-recovery.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/16-offline-recovery.puml -------------------------------------------------------------------------------- /design/dkms/puml/17-social-recovery.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/17-social-recovery.puml -------------------------------------------------------------------------------- /design/dkms/puml/agency-migration.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/agency-migration.puml -------------------------------------------------------------------------------- /design/dkms/puml/burn-identity-with-agents.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/burn-identity-with-agents.puml -------------------------------------------------------------------------------- /design/dkms/puml/failure-modes.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/failure-modes.puml -------------------------------------------------------------------------------- /design/dkms/puml/overview.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/overview.puml -------------------------------------------------------------------------------- /design/dkms/puml/recover-agent-policy-registry.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/recover-agent-policy-registry.puml -------------------------------------------------------------------------------- /design/dkms/puml/recover-connection.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/recover-connection.puml -------------------------------------------------------------------------------- /design/dkms/puml/revoke-edge-agent-success.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/revoke-edge-agent-success.puml -------------------------------------------------------------------------------- /design/dkms/puml/revoke-rogue-edge-agent.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/puml/revoke-rogue-edge-agent.puml -------------------------------------------------------------------------------- /design/dkms/shamir_secret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/shamir_secret.md -------------------------------------------------------------------------------- /design/dkms/trustee_protocols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/design/dkms/trustee_protocols.md -------------------------------------------------------------------------------- /github-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/github-issues.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/index.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/requirements.txt -------------------------------------------------------------------------------- /text/0002-agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0002-agents/README.md -------------------------------------------------------------------------------- /text/0002-agents/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0002-agents/agent.png -------------------------------------------------------------------------------- /text/0002-agents/agents-by-complexity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0002-agents/agents-by-complexity.png -------------------------------------------------------------------------------- /text/0011-cred-revocation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0011-cred-revocation/README.md -------------------------------------------------------------------------------- /text/0011-cred-revocation/before-and-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0011-cred-revocation/before-and-after.png -------------------------------------------------------------------------------- /text/0011-cred-revocation/tails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0011-cred-revocation/tails.png -------------------------------------------------------------------------------- /text/0011-cred-revocation/target/.history: -------------------------------------------------------------------------------- 1 | quit 2 | exit() 3 | -------------------------------------------------------------------------------- /text/0012-concurrency-improvement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0012-concurrency-improvement/README.md -------------------------------------------------------------------------------- /text/0012-concurrency-improvement/api-call-processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0012-concurrency-improvement/api-call-processing.png -------------------------------------------------------------------------------- /text/0013-wallets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/README.md -------------------------------------------------------------------------------- /text/0013-wallets/alice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/alice.png -------------------------------------------------------------------------------- /text/0013-wallets/composition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/composition.png -------------------------------------------------------------------------------- /text/0013-wallets/ebola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/ebola.png -------------------------------------------------------------------------------- /text/0013-wallets/enclave-wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/enclave-wrapping.png -------------------------------------------------------------------------------- /text/0013-wallets/encryption-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/encryption-schema.png -------------------------------------------------------------------------------- /text/0013-wallets/faber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/faber.png -------------------------------------------------------------------------------- /text/0013-wallets/identity-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/identity-wallet.png -------------------------------------------------------------------------------- /text/0013-wallets/not-crypto-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/not-crypto-wallet.png -------------------------------------------------------------------------------- /text/0013-wallets/not-vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/not-vault.png -------------------------------------------------------------------------------- /text/0013-wallets/one-owner-multiple-wallets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/one-owner-multiple-wallets.png -------------------------------------------------------------------------------- /text/0013-wallets/physical-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/physical-wallet.png -------------------------------------------------------------------------------- /text/0013-wallets/risk-continuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/risk-continuum.png -------------------------------------------------------------------------------- /text/0013-wallets/size-richness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/size-richness.png -------------------------------------------------------------------------------- /text/0013-wallets/trust-hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/trust-hub.png -------------------------------------------------------------------------------- /text/0013-wallets/wallet-encryption.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/wallet-encryption.puml -------------------------------------------------------------------------------- /text/0013-wallets/wallet-encryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0013-wallets/wallet-encryption.svg -------------------------------------------------------------------------------- /text/0014-ssi-notation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0014-ssi-notation/README.md -------------------------------------------------------------------------------- /text/0014-ssi-notation/expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0014-ssi-notation/expression.png -------------------------------------------------------------------------------- /text/0014-ssi-notation/negotiation-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0014-ssi-notation/negotiation-pattern.png -------------------------------------------------------------------------------- /text/0014-ssi-notation/taxonomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0014-ssi-notation/taxonomy.png -------------------------------------------------------------------------------- /text/0015-agent-test-suite-interface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0015-agent-test-suite-interface/README.md -------------------------------------------------------------------------------- /text/0015-agent-test-suite-interface/agtalk.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /text/0015-agent-test-suite-interface/agtest-channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0015-agent-test-suite-interface/agtest-channels.png -------------------------------------------------------------------------------- /text/0015-agent-test-suite-interface/interface-and-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0015-agent-test-suite-interface/interface-and-content.png -------------------------------------------------------------------------------- /text/0015-agent-test-suite-interface/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0015-agent-test-suite-interface/matrix.png -------------------------------------------------------------------------------- /text/0016-agent-test-suite-v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0016-agent-test-suite-v1/README.md -------------------------------------------------------------------------------- /text/0016-agent-test-suite-v1/interface-and-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0016-agent-test-suite-v1/interface-and-content.png -------------------------------------------------------------------------------- /text/0017-agent-message-structure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0017-agent-message-structure/README.md -------------------------------------------------------------------------------- /text/0018-indy-git-repos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0018-indy-git-repos/README.md -------------------------------------------------------------------------------- /text/0019-maintainer-procedures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0019-maintainer-procedures/README.md -------------------------------------------------------------------------------- /text/0020-encryption-primitives/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0020-encryption-primitives/README.md -------------------------------------------------------------------------------- /text/0021-message-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0021-message-types/README.md -------------------------------------------------------------------------------- /text/0022-cross-domain-messaging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0022-cross-domain-messaging/README.md -------------------------------------------------------------------------------- /text/0022-cross-domain-messaging/domains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0022-cross-domain-messaging/domains.jpg -------------------------------------------------------------------------------- /text/0022-cross-domain-messaging/forwarding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0022-cross-domain-messaging/forwarding.jpg -------------------------------------------------------------------------------- /text/0023-diddoc-conventions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0023-diddoc-conventions/README.md -------------------------------------------------------------------------------- /text/0023-diddoc-conventions/domains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0023-diddoc-conventions/domains.jpg -------------------------------------------------------------------------------- /text/0024-a2a-forward-secrecy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0024-a2a-forward-secrecy/README.md -------------------------------------------------------------------------------- /text/0025-indy-docs-framework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0025-indy-docs-framework/README.md -------------------------------------------------------------------------------- /text/0025-indy-docs-framework/indy-docs-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0025-indy-docs-framework/indy-docs-diagram.png -------------------------------------------------------------------------------- /text/0026-agent-file-format/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0026-agent-file-format/README.md -------------------------------------------------------------------------------- /text/0026-agent-file-format/ap-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0026-agent-file-format/ap-big.png -------------------------------------------------------------------------------- /text/0026-agent-file-format/ap-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0026-agent-file-format/ap-small.png -------------------------------------------------------------------------------- /text/0026-agent-file-format/aw-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0026-agent-file-format/aw-big.png -------------------------------------------------------------------------------- /text/0026-agent-file-format/aw-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0026-agent-file-format/aw-small.png -------------------------------------------------------------------------------- /text/0027-message-id-and-threading/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0027-message-id-and-threading/README.md -------------------------------------------------------------------------------- /text/0028-wire-message-format/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0028-wire-message-format/README.md -------------------------------------------------------------------------------- /text/0028-wire-message-format/domains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0028-wire-message-format/domains.jpg -------------------------------------------------------------------------------- /text/0028-wire-message-format/schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0028-wire-message-format/schema.md -------------------------------------------------------------------------------- /text/0029-date-time-conventions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0029-date-time-conventions/README.md -------------------------------------------------------------------------------- /text/0030-multi-sig-actions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0030-multi-sig-actions/README.md -------------------------------------------------------------------------------- /text/0031-connection-protocol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0031-connection-protocol/README.md -------------------------------------------------------------------------------- /text/0031-connection-protocol/chrome_2019-01-29_07-59-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0031-connection-protocol/chrome_2019-01-29_07-59-38.png -------------------------------------------------------------------------------- /text/0031-connection-protocol/exampleqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0031-connection-protocol/exampleqr.png -------------------------------------------------------------------------------- /text/0032-trust-ping/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0032-trust-ping/README.md -------------------------------------------------------------------------------- /text/0033-basic-message/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0033-basic-message/README.md -------------------------------------------------------------------------------- /text/0034-ursa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0034-ursa/README.md -------------------------------------------------------------------------------- /text/0035-json-ld-compatibility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0035-json-ld-compatibility/README.md -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/README.md -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario1.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario2.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario3.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario4.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario5.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario5b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario5b.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario6.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario7.png -------------------------------------------------------------------------------- /text/0036-mediators-and-relays/scenario8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0036-mediators-and-relays/scenario8.png -------------------------------------------------------------------------------- /text/0037-repudiation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0037-repudiation/README.md -------------------------------------------------------------------------------- /text/0037-repudiation/whisper-secret.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0037-repudiation/whisper-secret.jpg -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/README.md -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq1.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq10.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq11.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq12.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq13.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq14.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq15.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq16.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq17.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq18.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq19.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq2.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq20.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq21.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq22.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq23.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq24.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq25.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq26.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq27.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq28.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq29.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq30.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq31.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq32.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq33.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq34.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq35.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq36.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq37.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq38.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq39.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq4.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq40.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq41.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq42.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq43.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq44.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq45.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq46.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq47.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq5.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq6.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq7.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq8.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/Eq9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/Eq9.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T-bar-and-Q-equations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T-bar-and-Q-equations.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T-equations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T-equations.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T-full.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T1-T2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T1-T2.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T1-T_delta-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T1-T_delta-bar.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T1-T_delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T1-T_delta.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T3.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/T4-T8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/T4-T8.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/a-cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/a-cases.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/alpha-tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/alpha-tilde.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/anoncreds.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/anoncreds.tex -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/c-eq-c-widehat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/c-eq-c-widehat.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/challenge-hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/challenge-hash.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/cred-pairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/cred-pairs.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/delta-cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/delta-cases.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/delta-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/delta-full.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/delta.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/e'-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/e'-full.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/e-tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/e-tilde.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/inequality-symbols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/inequality-symbols.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/iss-pub-key-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/iss-pub-key-full.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/issuer-pub-rev-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/issuer-pub-rev-key.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/j-in-A_r-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/j-in-A_r-bar.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/n-S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/n-S.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/non-rev-cred-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/non-rev-cred-full.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/non-rev-cred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/non-rev-cred.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/p-cred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/p-cred.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/pk_I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/pk_I.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/r1-r_delta-tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/r1-r_delta-tilde.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/r1-r_delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/r1-r_delta.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/rev-attrib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/rev-attrib.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/u1-u4-tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/u1-u4-tilde.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/u1-u4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/u1-u4.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/v-tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/v-tilde.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/widehat-T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/widehat-T.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/widehat-script-T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/widehat-script-T.png -------------------------------------------------------------------------------- /text/0109-anoncreds-protocol/supporting-docs/widetilde{m_j}.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0109-anoncreds-protocol/supporting-docs/widetilde{m_j}.png -------------------------------------------------------------------------------- /text/0119-rich-schemas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0119-rich-schemas/README.md -------------------------------------------------------------------------------- /text/0119-rich-schemas/rich-schema-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0119-rich-schemas/rich-schema-objects.png -------------------------------------------------------------------------------- /text/0119-rich-schemas/zkp-cred-pres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0119-rich-schemas/zkp-cred-pres.png -------------------------------------------------------------------------------- /text/0119-rich-schemas/zkp-cred-pres.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0119-rich-schemas/zkp-cred-pres.svg -------------------------------------------------------------------------------- /text/0120-rich-schemas-common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0120-rich-schemas-common/README.md -------------------------------------------------------------------------------- /text/0120-rich-schemas-common/relationship-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0120-rich-schemas-common/relationship-diagram.png -------------------------------------------------------------------------------- /text/0120-rich-schemas-common/relationship-diagram.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0120-rich-schemas-common/relationship-diagram.puml -------------------------------------------------------------------------------- /text/0138-rich-schema-context/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0138-rich-schema-context/README.md -------------------------------------------------------------------------------- /text/0139-image-as-cred-attr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0139-image-as-cred-attr/README.md -------------------------------------------------------------------------------- /text/0149-rich-schema-schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0149-rich-schema-schema/README.md -------------------------------------------------------------------------------- /text/0154-rich-schema-encoding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0154-rich-schema-encoding/README.md -------------------------------------------------------------------------------- /text/0155-rich-schema-mapping/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0155-rich-schema-mapping/README.md -------------------------------------------------------------------------------- /text/0156-rich-schema-cred-def/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0156-rich-schema-cred-def/README.md -------------------------------------------------------------------------------- /text/0160-rich-schema-w3c-credentials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0160-rich-schema-w3c-credentials/README.md -------------------------------------------------------------------------------- /text/0160-rich-schema-w3c-credentials/relationship-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0160-rich-schema-w3c-credentials/relationship-diagram.png -------------------------------------------------------------------------------- /text/0160-rich-schema-w3c-credentials/relationship-diagram.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0160-rich-schema-w3c-credentials/relationship-diagram.puml -------------------------------------------------------------------------------- /text/0161-generic-token/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0161-generic-token/README.md -------------------------------------------------------------------------------- /text/0162-frozen-ledgers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0162-frozen-ledgers/README.md -------------------------------------------------------------------------------- /text/0163-default-fee-handler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0163-default-fee-handler/README.md -------------------------------------------------------------------------------- /text/0164-did-indy-method/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/0164-did-indy-method/README.md -------------------------------------------------------------------------------- /text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/README.md -------------------------------------------------------------------------------- /text/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperledger/indy-hipe/HEAD/text/index.rst --------------------------------------------------------------------------------