summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize.rs
AgeCommit message (Expand)Author
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield
2020-07-15openpgp: Implement MarshalInto for Header.Justus Winter
2020-07-15openpgp: Fix serialization of UserAttribute subpackets.Justus Winter
2020-07-07openpgp: Implement Marshall traits for SubpacketLength.Nora Widdecke
2020-06-11openpgp: Mark enum Fingerprint as non-exhaustive.Justus Winter
2020-06-11openpgp: Mark enum KeyID as non-exhaustive.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-06openpgp: Rename as_slice to as_bytes.Nora Widdecke
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-04-03openpgp: Rename.Justus Winter
2020-04-02openpgp: Move the writer module to serialize::stream.Justus Winter
2020-04-02openpgp: Move the padding module to serialize::stream.Justus Winter
2020-04-02openpgp: Rename.Justus Winter