summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:09:47 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:09:47 -0500
commit1d7d94256051b4129e7287540870bb0a2f0c618f (patch)
tree377695f8df8734a5afed9dad498de072d20366d3 /Data
parentf41a366e8d0070a0d3bc23c55987632750ec6761 (diff)
export calculate_signature_trailer
Diffstat (limited to 'Data')
-rw-r--r--Data/OpenPGP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/OpenPGP.hs b/Data/OpenPGP.hs
index c66953e..d48dc5e 100644
--- a/Data/OpenPGP.hs
+++ b/Data/OpenPGP.hs
@@ -3,7 +3,7 @@
3-- The recommended way to import this module is: 3-- The recommended way to import this module is:
4-- 4--
5-- > import qualified Data.OpenPGP as OpenPGP 5-- > import qualified Data.OpenPGP as OpenPGP
6module Data.OpenPGP (Message(..), Packet(..), SignatureSubpacket(..), HashAlgorithm(..), KeyAlgorithm(..), CompressionAlgorithm(..), MPI(..), fingerprint_material, signatures_and_data, signature_issuer) where 6module Data.OpenPGP (Message(..), Packet(..), SignatureSubpacket(..), HashAlgorithm(..), KeyAlgorithm(..), CompressionAlgorithm(..), MPI(..), fingerprint_material, signatures_and_data, signature_issuer, calculate_signature_trailer) where
7 7
8import Control.Monad 8import Control.Monad
9import Data.Bits 9import Data.Bits