hOpenPGP-2.5.5: native Haskell implementation of OpenPGP (RFC4880)

Safe HaskellNone
LanguageHaskell2010

Codec.Encryption.OpenPGP.Serialize

Contents

Synopsis

Serialization functions

putSKAddendum :: SKAddendum -> Put Source

getSecretKey :: PKPayload -> Get SKey Source

Utilities

parsePkts :: ByteString -> [Pkt] Source

Parse the packets from a ByteString, with no error reporting