This commit is contained in:
Heiko Schaefer 2021-08-27 22:32:20 +02:00
parent a9bf175ed6
commit 75c0bae206

View file

@ -27,8 +27,8 @@ The project consists of a number of crates:
```mermaid ```mermaid
graph BT graph BT
OP["openpgp-card-pcsc <br/> (backend)"] --> OC OP["openpgp-card-pcsc <br/> (pcsclite backend)"] --> OC
OS["openpgp-card-scdc <br/> (backend)"] --> OC["openpgp-card </br> (low level API)"] OS["openpgp-card-scdc <br/> (scdaemon backend)"] --> OC["openpgp-card </br> (low level API)"]
OC --> OCS["openpgp-card-sequoia <br/> (high level, sequoia based API)"] OC --> OCS["openpgp-card-sequoia <br/> (high level, sequoia based API)"]
OC -.-> U1[non-sequoia/low level user application] OC -.-> U1[non-sequoia/low level user application]
OCS -.-> U2[sequoia-based user application] OCS -.-> U2[sequoia-based user application]