openpgp-card

Crates.ioopenpgp-card
lib.rsopenpgp-card
version0.5.1
created_at2021-06-10 13:44:50.724039+00
updated_at2025-03-04 19:53:50.571965+00
descriptionA client implementation for the OpenPGP card specification
homepage
repositoryhttps://gitlab.com/openpgp-card/openpgp-card
max_upload_size
id408585
size308,284
Heiko Schaefer (hko-s)

documentation

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

README

OpenPGP card client library

This crate implements a client library for the OpenPGP card specification, in Rust.

This library provides OpenPGP library agnostic access to OpenPGP cards. Its communication with cards is based on simple data structures that closely match the formats defined in the OpenPGP card specification.

Card access backends

This crate doesn't contain code to talk to cards. Implementations of the traits CardBackend/CardTransaction need to be provided for access to cards.

The crates card-backend-pcsc and the experimental crate card-backend-scdc provide implementations of these traits for use with this crate.

Commit count: 1

cargo fmt