openpgp-card-sequoia: re-export Fingerprint
This commit is contained in:
parent
566fd6f9a0
commit
d3e30d5c4c
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
//! Re-exports of openpgp-card types to enable standalone-use of openpgp-card-sequoia.
|
//! 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::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::crypto_data::{EccType, PublicKeyMaterial};
|
||||||
pub use openpgp_card::{Error, KeyType, StatusBytes};
|
pub use openpgp_card::{Error, KeyType, StatusBytes};
|
||||||
|
|
Loading…
Reference in a new issue