card-backend-pcsc

Crates.iocard-backend-pcsc
lib.rscard-backend-pcsc
version0.5.0
sourcesrc
created_at2023-08-28 15:44:40.047604
updated_at2023-09-05 23:50:54.644125
descriptionPCSC card backend, e.g. for use with the openpgp-card crate
homepage
repositoryhttps://gitlab.com/openpgp-card/openpgp-card
max_upload_size
id957122
size23,445
Heiko Schaefer (hko-s)

documentation

https://docs.rs/crate/card-backend-pcsc

README

PC/SC based smart card backend

This crate provides PcscBackend and PcscTransaction, which are implementations of the CardBackend and CardTransactions traits from the card-backend crate.

This implementation uses the pcsc Rust wrapper crate to access OpenPGP cards.

Mainly intended for use with the openpgp-card library.

Documentation on PC/SC

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.

Commit count: 923

cargo fmt