Expand description
This crate implements the experimental ScdBackend
/ScdTransaction
backend for the
openpgp-card
crate.
It uses GnuPG’s scdaemon (via GnuPG Agent) to access smart cards (including OpenPGP cards).
Note that (unlike card-backend-pcsc
), this backend doesn’t implement transaction guarantees.
Structs§
- ScdBackend
- An implementation of the CardBackend trait that uses GnuPG’s scdaemon (via GnuPG Agent) to access smart cards.
- ScdTransaction