The ident is a combination of manufacturer and serial number. The OpenPGP card spec stipulates: "Each OpenPGP application on a card from a manufacturer/personaliser has a unique serial number" |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
OpenPGP card client library
This crate implements a client library for the OpenPGP card specification, in Rust.
This library is OpenPGP implementation-agnostic. Its communication with the card is based on simple data structures, derived from the formats defined in the OpenPGP card specification.
Sequoia PGP wrapper
See the companion crate openpgp-card-sequoia for a convenient wrapper to use this library with Sequoia PGP.