openpgp-card/openpgp-card-sequoia/src
Heiko Schaefer 3235f1a8a6
Ignore sequoia-openpgp deprecations.
sequoia-openpgp's deprecations in 1.17 effectively force users that enable "-D warnings" to either upgrade to 1.17 (which would force our downstreams to also use that version).

Alternatives are:
- upgrade sequoia-openpgp
- disable "-D warnings"
- ignore the deprecations with #allow.
2023-11-03 09:24:13 +01:00
..
decryptor.rs Ignore sequoia-openpgp deprecations. 2023-11-03 09:24:13 +01:00
lib.rs openpgp-card-sequoia: rename Card<Open>::into_card -> into_backend 2023-09-06 01:47:21 +02:00
privkey.rs openpgp-card-sequoia: fix padding for Curve 25519 private key material. 2023-04-08 13:49:01 +02:00
signer.rs openpgp-card: rename Openpgp and OpenpgpTransaction, restructure modules 2023-09-06 01:16:32 +02:00
sq_util.rs remove "use sequoia_openpgp as openpgp;" pattern 2022-11-03 14:43:28 +01:00
state.rs openpgp-card-sequoia: rustdoc improvements 2023-09-06 01:28:47 +02:00
types.rs openpgp-card: rename Algo -> AlgorithmAttributes 2023-09-06 01:16:32 +02:00
util.rs openpgp-card-sequoia: cleanup internal ptf() hack 2023-09-06 01:47:21 +02:00