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

Safe HaskellNone
LanguageHaskell2010

Codec.Encryption.OpenPGP.Types

Documentation

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

uc3 :: (a -> b -> c -> d) -> (a, b, c) -> d Source

newtype Block a Source

Constructors

Block 

Fields

unBlock :: [a]
 

Instances

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