From 237c7744f765c0b2a03917d77f360c3ac8d6e8bc Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 25 Sep 2023 09:09:50 -0400 Subject: [PATCH] try to be more clear about what's going on here --- src/Tahoe/CHK/Share.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tahoe/CHK/Share.hs b/src/Tahoe/CHK/Share.hs index 9721721..f1a443b 100644 --- a/src/Tahoe/CHK/Share.hs +++ b/src/Tahoe/CHK/Share.hs @@ -83,6 +83,7 @@ import Tahoe.CHK.URIExtension ( import Tahoe.Util (chunkedBy, toStrictByteString) import Text.Megaparsec (parse) +-- | A byte string of encrypted data. type Crypttext = BS.ByteString -- | Structured representation of a single CHK share. -- GitLab