openpgp-card-sequoia: re-export Fingerprint

This commit is contained in:
Heiko Schaefer 2023-08-21 12:16:18 +02:00
parent 566fd6f9a0
commit d3e30d5c4c
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -4,6 +4,6 @@
//! Re-exports of openpgp-card types to enable standalone-use of openpgp-card-sequoia.
pub use openpgp_card::algorithm::{Algo, AlgoSimple, Curve};
pub use openpgp_card::card_do::{Sex, TouchPolicy};
pub use openpgp_card::card_do::{Fingerprint, Sex, TouchPolicy};
pub use openpgp_card::crypto_data::{EccType, PublicKeyMaterial};
pub use openpgp_card::{Error, KeyType, StatusBytes};