openpgp-card/pcsc
Heiko Schaefer c23f23c619
Introduce the new CardBackend trait.
A CardBackend represents a card without an open transaction (a CardTransaction implementation can be acquired from a CardBackend).
2022-02-18 15:06:31 +01:00
..
src Introduce the new CardBackend trait. 2022-02-18 15:06:31 +01:00
Cargo.toml Use newly published pcsc 2.7 (instead of git) 2022-02-15 15:34:52 +01:00
README.md Documentation. 2021-08-18 15:01:38 +02:00

pcsc client for the openpgp-card library

This crate provides PcscClient, which is an implementation of the CardClient trait that uses pcsc to access OpenPGP cards.