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

Safe HaskellNone
LanguageHaskell2010

Codec.Encryption.OpenPGP.Types

Documentation

durU :: (Integral a, Show a) => a -> Maybe (String, a) Source

newtype URL Source

Constructors

URL 

Fields

unURL :: URI
 

newtype MPI Source

Constructors

MPI 

Fields

unMPI :: Integer
 

newtype IV Source

Constructors

IV 

Fields

unIV :: ByteString
 

newtype Block a Source

Constructors

Block 

Fields

unBlock :: [a]
 

Instances

Eq a => Eq (Block a) 
Show a => Show (Block a) 
Binary a => Binary (Block a)