summaryrefslogtreecommitdiffstats
path: root/openpgp/src/skesk.rs
AgeCommit message (Expand)Author
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-19openpgp: make missing docs a warning.Kai Michaelis
2018-06-14openpgp: Move S2K out of the crate root.Justus Winter
2018-05-28openpgp: Add a constructor for SKESK.Justus Winter
2018-05-28openpgp: Move the definition of SKESK to the skesk module.Justus Winter
2018-05-17openpgp: Move the SKESK definition to the top-level module.Neal H. Walfield
2018-05-17openpgp: Rename SymmetricAlgo to SymmetricAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move SymmetricAlgo from its module to the constants module.Neal H. Walfield
2018-04-23openpgp: extend SKESK to all supported ciphers.Kai Michaelis
2018-04-23openpgp: Rustify and extend S2K.Kai Michaelis
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-02-27openpgp: When there is an error, return Err instead of None.Neal H. Walfield
2018-01-17openpgp: Add parsing and serialization support for SK-ESK packets.Neal H. Walfield