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

Safe HaskellSafe
LanguageHaskell2010

Codec.Encryption.OpenPGP.Types

Documentation

data MPI Source

Constructors

MPI ByteString 

Instances

data PKPayload Source

Constructors

PubV3 TimeStamp V3Expiration PubKeyAlgorithm [MPI] 
PubV4 TimeStamp PubKeyAlgorithm [MPI] 

class (Eq a, Ord a) => FutureFlag a where Source

Methods

fromFFlag :: Integral b => a -> b Source

toFFlag :: Integral b => b -> a Source