openpgp-card

Crates.ioopenpgp-card
lib.rsopenpgp-card
version0.5.0
sourcesrc
created_at2021-06-10 13:44:50.724039
updated_at2024-05-28 17:47:20.177688
descriptionA client implementation for the OpenPGP card specification
homepage
repositoryhttps://gitlab.com/openpgp-card/openpgp-card
max_upload_size
id408585
size292,290
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: 923

cargo fmt