summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/sign.rs
AgeCommit message (Expand)Author
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.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-22openpgp: Fix comment.Justus Winter
2018-08-14openpgp: Typos.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-20openpgp: Rename finalize{,_all} to finalize{_one,}.Justus Winter
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-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter