This fixes a mistake with the openpgp-card-pcsc 0.2.2 release: openpgp-card-pcsc 0.2.2 depends on openpgp-card 0.3. However, this results in an (accidental) semver break, because openpgp-card-pcsc exposes parts of the openpgp-card API. See https://gitlab.com/openpgp-card/openpgp-card/-/issues/41 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
PC/SC client for the openpgp-card library
This crate provides PcscBackend
and PcscTransaction
, which are implementations of the
CardBackend
and CardTransactions
traits from the openpgp-card
crate.
This implementation uses the pcsc Rust wrapper crate to access OpenPGP cards.
Documentation
PC/SC is a standard for interaction with smartcards and readers.
The workgroup publishes an overview and a set of documents detailing the standard.
The pcsc-lite implementation is used on many free software systems (API documentation for pcsc-lite).
Microsoft documentation about their implementation of PC/SC.