summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util/Base.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util/Base.hs')
-rw-r--r--Data/OpenPGP/Util/Base.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Data/OpenPGP/Util/Base.hs b/Data/OpenPGP/Util/Base.hs
index b43427c..431c12c 100644
--- a/Data/OpenPGP/Util/Base.hs
+++ b/Data/OpenPGP/Util/Base.hs
@@ -76,9 +76,6 @@ ecdsaKey k = Vincent.ECDSA.PublicKey curve (Vincent.ECDSA.Point x y)
76 curve = curveFromOID (keyParam 'c' k) 76 curve = curveFromOID (keyParam 'c' k)
77 77
78 78
79toStrictBS :: LZ.ByteString -> BS.ByteString
80toStrictBS = BS.concat . LZ.toChunks
81
82toLazyBS :: BS.ByteString -> LZ.ByteString 79toLazyBS :: BS.ByteString -> LZ.ByteString
83toLazyBS = LZ.fromChunks . (:[]) 80toLazyBS = LZ.fromChunks . (:[])
84 81