summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/encrypt-for.rs
AgeCommit message (Expand)Author
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-26openpgp: Update examples.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-16openpgp: Improve examples.Justus Winter
2018-08-14openpgp: Typos.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-20openpgp: Improve example.Justus Winter
2018-07-11openpgp: Fix typo.Neal H. Walfield
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-07-06openpgp: Extend example to allow selection of encryption mode.Justus Winter
2018-05-31openpgp: Improve and document encryption example.Justus Winter
2018-05-29openpgp: Add asymmetric encryption example.Justus Winter