From da0e2105bfb811f9f704afdf656cf59b3586df49 Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Sun, 8 Sep 2024 13:20:04 +0200 Subject: [PATCH] docs: replace Mermaid diagram with plaintext Workaround this issue that affects GitHub as of 2024-09-08: https://github.com/mermaid-js/mermaid/issues/5820 --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2a632cf..4379195 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,23 @@ Adoption of mobile wallets is accelerating with the “eIDAS 2.0” [European Di 4. The provider keeps a tamper-evident log with evidence of instructions. 5. Upon request, the provider proves that a particular operation was authorized. -```mermaid -flowchart LR -subgraph Provider - direction TB - system(Central system) - log[(Tamper-evident log)] - system -- 3. execution --> system - system -- 4. evidence --> log -end -subgraph Subscriber - direction TB - user((User)) - device[
Device

] - user -- 1. control --> device -end -Subscriber -- 2. instruction --> Provider -Provider -- 5. proof --> Subscriber +``` +┌────────────┐ ┌─────────────────────┐ +│Subscriber │ │Provider │ +│ │ │ │ +│┌──────┐ │ │┌───────┐ │ +││ User │ │ ││Central├──┐3. │ +│└┬─────┘ │ ││system │◄─┘execution│ +│ │1. control│2. instruction │└┬──────┘ │ +│ ▼ ├──────────────►│ ▼4. evidence │ +│┌──────┐ │ │┌───────┐ │ +││ │ │ │┌───────┐ │ +││ │ │ ││ │ │ +││Device│ │ ││Tamper-│ │ +││ │ │ ││evident│ │ +││ │ │ ││log │ │ +│└──────┘ │◄──────────────┤└───────┘ │ +└────────────┘ 5. proof└─────────────────────┘ ``` ## Verify transparent systems