openpgp-card/openpgp-card-sequoia/src
Heiko Schaefer c23f23c619
Introduce the new CardBackend trait.
A CardBackend represents a card without an open transaction (a CardTransaction implementation can be acquired from a CardBackend).
2022-02-18 15:06:31 +01:00
..
card.rs Rename CardClient -> CardTransaction. 2022-02-18 15:06:31 +01:00
decryptor.rs Rename CardClient -> CardTransaction. 2022-02-18 15:06:31 +01:00
lib.rs Introduce the new CardBackend trait. 2022-02-18 15:06:31 +01:00
main.rs Introduce the new CardBackend trait. 2022-02-18 15:06:31 +01:00
privkey.rs Remove "get_" prefix from getter function names (to better conform with Rust API Guidelines https://rust-lang.github.io/api-guidelines). 2021-12-01 19:11:22 +01:00
signer.rs Rename CardClient -> CardTransaction. 2022-02-18 15:06:31 +01:00
sq_util.rs Don't apply Policy when picking (sub)key from Cert for sign/decrypt. 2021-12-11 23:36:36 +01:00
util.rs Rename CardClient -> CardTransaction. 2022-02-18 15:06:31 +01:00