openpgp-card/openpgp-card
Heiko Schaefer 0b0e9c48fc Refactor:
- Move high-level API from openpgp-card to openpgp-card-sequoia
- Move the pcsc backend into the separate crate openpgp-card-pcsc
2021-08-18 14:03:54 +02:00
..
src Refactor: 2021-08-18 14:03:54 +02:00
Cargo.toml Refactor: 2021-08-18 14:03:54 +02:00
README.md Documentation links 2021-06-30 22:34:42 +02:00

OpenPGP card client library

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

This library is OpenPGP implementation-agnostic. Its communication with the card is based on simple data structures, derived from the formats defined in the OpenPGP card specification.

Sequoia PGP wrapper

See the companion crate openpgp-card-sequoia for a convenient wrapper to use this library with Sequoia PGP.