2 unstable releases
0.2.0 | Sep 5, 2023 |
---|---|
0.1.0 | Aug 28, 2023 |
#15 in #openpgp-card
564 downloads per month
Used in 17 crates
(6 directly)
9KB
114 lines
Backend trait for Smart Card crates
This crate defines the CardBackend
and CardTransactions
traits.
The initial target for this abstraction layer was the openpgp-card set of client libraries for OpenPGP card. This trait offers an implementation-agnostic means to access cards.
lib.rs
:
A thin abstraction layer for accessing smart cards, including, but not limited to, openpgp-card devices.
Dependencies
~250–700KB
~16K SLoC