1
2
Fork
You've already forked rpgp
1
A convenient wrapper for the openpgp-card crate to access OpenPGP card functionality with rPGP. https://crates.io/crates/openpgp-card-rpgp
  • Rust 99.5%
  • Shell 0.5%
Heiko Schaefer eaf9cce5ca
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: release 0.7.0
2026年03月07日 12:25:50 +01:00
.reuse tests: integration test suite to test import and key generation 2024年04月08日 15:26:47 +02:00
examples chore: port to rPGP 0.19 2026年03月06日 22:45:52 +01:00
LICENSES copyright headers, reuse compliance 2024年04月08日 15:26:45 +02:00
src chore: port to rPGP 0.19 2026年03月06日 22:45:52 +01:00
tests chore: port to rPGP 0.19 2026年03月06日 22:45:52 +01:00
.gitignore gitignore: ignore local test configs 2024年04月08日 15:29:25 +02:00
.woodpecker.yml ci: undo workaround 2025年02月28日 14:03:34 +01:00
Cargo.toml chore: release 0.7.0 2026年03月07日 12:25:50 +01:00
README.md added documentation and renames 2024年06月07日 17:34:26 +02:00
rustfmt.toml Add cards signer 2024年03月15日 09:37:44 +01:00

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)"]