| Crates.io | openpgp-card-rpgp |
| lib.rs | openpgp-card-rpgp |
| version | 0.4.1 |
| created_at | 2024-04-08 13:36:40.988694+00 |
| updated_at | 2025-07-10 19:51:52.566747+00 |
| description | Companion crate for using openpgp-card with rPGP |
| homepage | |
| repository | https://codeberg.org/openpgp-card/rpgp |
| max_upload_size | |
| id | 1200325 |
| size | 254,568 |
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)"]