Skip to content

Commit

Permalink
docs: replace Mermaid diagram with plaintext
Browse files Browse the repository at this point in the history
Workaround this issue that affects GitHub as of 2024-09-08:
mermaid-js/mermaid#5820
  • Loading branch information
sander committed Sep 8, 2024
1 parent de8c5ae commit da0e210
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[<br>Device<br><br>]
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
Expand Down

0 comments on commit da0e210

Please sign in to comment.