clarify
This commit is contained in:
parent
a9bf175ed6
commit
75c0bae206
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue