Crate openpgp_card_scdc

Crate openpgp_card_scdc 

Source
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 OpenPGP cards.

Note that (unlike openpgp-card-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 OpenPGP card devices.
ScdTransaction