13 unstable releases (3 breaking)
0.3.0 | Jan 30, 2025 |
---|---|
0.2.0 | Sep 25, 2024 |
0.1.2 | Aug 25, 2024 |
0.1.1 | Jun 18, 2024 |
0.0.3 | Apr 22, 2024 |
#913 in Cryptography
67 downloads per month
Used in 3 crates
77KB
950 lines
OpenPGP card client library for use with rPGP
This crate implements OpenPGP card support for use with rPGP.
This is a convenience layer on top of the implementation-agnostic OpenPGP card client library https://crates.io/crates/openpgp-card.
flowchart TD
OCR["openpgp-card-rpgp"] --> OC["openpgp-card <br/> (OpenPGP card client library)"]
OCR --> RPGP["rPGP <br/> (OpenPGP implementation)"]
OC --> PCSC["card-backend-pcsc <br/> (access cards via PC/SC)"]
Dependencies
~20MB
~339K SLoC