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
|
||
|---|---|---|
| .reuse | tests: integration test suite to test import and key generation | |
| examples | chore: port to rPGP 0.19 | |
| LICENSES | copyright headers, reuse compliance | |
| src | chore: port to rPGP 0.19 | |
| tests | chore: port to rPGP 0.19 | |
| .gitignore | gitignore: ignore local test configs | |
| .woodpecker.yml | ci: undo workaround | |
| Cargo.toml | chore: release 0.7.0 | |
| README.md | added documentation and renames | |
| rustfmt.toml | Add cards signer | |
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)"]