summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/decrypt-with.rs
AgeCommit message (Expand)Author
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-29openpgp: Make the keys() iterator more useful.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make struct PKESK opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Key opaque, add getters and setters.Justus Winter
2018-07-05openpgp: Add simple decryption example.Justus Winter