20 releases
0.3.5 | May 1, 2023 |
---|---|
0.3.4 | Mar 13, 2023 |
0.3.3 | Oct 28, 2022 |
0.2.7 | Jun 22, 2022 |
0.0.1 | Jun 30, 2021 |
#810 in Parser implementations
544 downloads per month
Used in 9 crates
(6 directly)
225KB
4.5K
SLoC
OpenPGP card client library
This crate implements a client library for the OpenPGP card specification, in Rust.
This library provides low level, OpenPGP implementation-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 openpgp-card-pcsc and the experimental crate openpgp-card-scdc provide implementations of these traits for use with this crate.
Sequoia PGP wrapper
See the companion crate openpgp-card-sequoia for a high level wrapper to use this library with Sequoia PGP.
Dependencies
~3MB
~65K SLoC