openpgp-card/openpgp-card-sequoia/src
Heiko Schaefer 432edd5a3e
Add workaround for select_data() on older Yubikey5 firmware versions.
(This breaks API compatibility, but select_data() was so far not used in any published crate)
2022-05-24 14:45:25 +02:00
..
card.rs Add workaround for select_data() on older Yubikey5 firmware versions. 2022-05-24 14:45:25 +02:00
decryptor.rs Fix clippy lints 2022-03-06 16:15:13 +01:00
lib.rs Model PINs as &[u8] in openpgp-card-sequoia 2022-03-29 22:40:26 +02:00
privkey.rs Use Error::InternalError less, introduce additional specific error variants. 2022-02-24 21:25:47 +01:00
signer.rs Fix clippy lints 2022-03-06 16:15:13 +01:00
sq_util.rs Reformatted to conform to vanilla rustfmt. 2022-02-24 21:25:47 +01:00
util.rs Adjusted/improved handling of public keys (especially to find the correct KDF parameters for ECC decryption keys): 2022-04-15 16:17:04 +02:00