From 15ea23acdb00fa964d91d440274e3a78bd115083 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Aug 2016 16:29:22 -0400 Subject: Added basic test suite. --- Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Types.hs') diff --git a/Types.hs b/Types.hs index a132f26..e129ea3 100644 --- a/Types.hs +++ b/Types.hs @@ -15,6 +15,7 @@ import GHC.Generics (Generic) -- | keysafe stores secret keys. newtype SecretKey = SecretKey B.ByteString + deriving (Eq) -- | The secret key, encrypted with a password, in fixed size chunks. data EncryptedSecretKey = EncryptedSecretKey [B.ByteString] (CostCalc BruteForceOp UnknownPassword) -- cgit v1.2.3