diff options
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Crypto.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Crypto.hs b/Types/Crypto.hs index 487a29391..6d4131129 100644 --- a/Types/Crypto.hs +++ b/Types/Crypto.hs @@ -28,7 +28,7 @@ data Cipher = Cipher String | MacOnlyCipher String data StorableCipher = EncryptedCipher String EncryptedCipherVariant KeyIds | SharedCipher String deriving (Ord, Eq) -data EncryptedCipherVariant = HybridCipher | PubKeyCipher +data EncryptedCipherVariant = Hybrid | PubKey deriving (Ord, Eq) {- File names are (client-side) MAC'ed on special remotes. |