#signature #rpgp #material

openpgp-card-rpgp

Companion crate for using openpgp-card with rPGP

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

Download history 40/week @ 2024-12-07 25/week @ 2024-12-14 26/week @ 2024-12-21 18/week @ 2024-12-28 26/week @ 2025-01-04 201/week @ 2025-01-11 14/week @ 2025-01-18 127/week @ 2025-01-25 76/week @ 2025-02-01 39/week @ 2025-02-08 21/week @ 2025-02-15 15/week @ 2025-02-22 21/week @ 2025-03-01 21/week @ 2025-03-08 18/week @ 2025-03-15 6/week @ 2025-03-22

67 downloads per month
Used in 3 crates

MIT/Apache

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