From e9366e61e6108feba8db68df486961c58a442ff5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Mar 2017 10:12:57 -0400 Subject: layout --- Encryption.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Encryption.hs b/Encryption.hs index 6c51e63..3748edf 100644 --- a/Encryption.hs +++ b/Encryption.hs @@ -202,8 +202,9 @@ encodeEncryptableBytes tunables content = EncryptableBytes $ -- | Encoded, so that it does not contain any NULs. sha :: B.ByteString -> B.ByteString sha = Raaz.toByteString . enc . Raaz.sha256 - where enc :: Raaz.Encodable a => a -> Raaz.Base16 - enc = Raaz.encode + where + enc :: Raaz.Encodable a => a -> Raaz.Base16 + enc = Raaz.encode padBytes :: Int -> B.ByteString -> B.ByteString padBytes n b = b <> padding -- cgit v1.2.3