openpgp-card-pcsc

Crates.ioopenpgp-card-pcsc
lib.rsopenpgp-card-pcsc
version0.3.1
sourcesrc
created_at2021-08-18 18:13:19.335941
updated_at2023-05-01 17:40:28.883607
descriptionPCSC OpenPGP card backend, for use with the openpgp-card crate
homepage
repositoryhttps://gitlab.com/openpgp-card/openpgp-card
max_upload_size
id439182
size27,381
Heiko Schaefer (hko-s)

documentation

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

README

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.

Commit count: 923

cargo fmt