openpgp-card/pcsc
Heiko Schaefer 5e7fcd079b
Change CardApp API: take &mut CardClient parameter for all calls (instead of owning a CardClientBox).
This way, clients can exert control over the state of the CardClient, e.g. to combine CardApp operations in a PCSC transaction.
2022-02-14 17:43:07 +01:00
..
src Change CardApp API: take &mut CardClient parameter for all calls (instead of owning a CardClientBox). 2022-02-14 17:43:07 +01:00
Cargo.toml Bump versions for releases. 2021-12-02 18:45:46 +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.