openpgp-card/openpgp-card-sequoia/src
Heiko Schaefer 79cfcb09c2 In generate_key_simple(), the algo parameter is now an Option<AlgoSimple>.
This allows uploading keys without explicitly setting the algorithm, thus leaving the card's algo setting unchanged.
2021-11-05 13:34:14 +01:00
..
card.rs In generate_key_simple(), the algo parameter is now an Option<AlgoSimple>. 2021-11-05 13:34:14 +01:00
decryptor.rs Fix comment type 2021-09-16 02:05:28 +02:00
lib.rs Refactor "Open" to use a borrowed CardApp (instead of owning the CardApp). 2021-11-05 13:34:14 +01:00
main.rs Refactor "Open" to use a borrowed CardApp (instead of owning the CardApp). 2021-11-05 13:34:14 +01:00
privkey.rs Use the MPI::value_padded() method for left-padding. 2021-10-05 17:11:52 +02:00
signer.rs Re-ordering the -sequoia crate, as a first step towards defining its API. 2021-09-11 12:42:01 +02:00
sq_util.rs Add functionality for cli tools. 2021-10-28 00:05:41 +02:00
util.rs Initial parts of key generation. 2021-11-05 13:34:14 +01:00