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

Safe HaskellNone

Codec.Encryption.OpenPGP.Types

Documentation

newtype MPI Source

Constructors

MPI 

Fields

unMPI :: Integer
 

newtype Block a Source

Constructors

Block 

Fields

unBlock :: [a]
 

Instances

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