From 57b5273c2104ef6b08ed07dc758d81eb42fa2a98 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 19 May 2023 13:57:52 -0400 Subject: [PATCH] fix typo --- src/Tahoe/SDMF/Internal/Encoding.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tahoe/SDMF/Internal/Encoding.hs b/src/Tahoe/SDMF/Internal/Encoding.hs index db9ef5d..085a09f 100644 --- a/src/Tahoe/SDMF/Internal/Encoding.hs +++ b/src/Tahoe/SDMF/Internal/Encoding.hs @@ -29,7 +29,7 @@ randomIV = (makeIV :: B.ByteString -> Maybe (IV c)) <$> getRandomBytes (blockSiz {- | Given a pre-determined key pair and sequence number, encode some ciphertext into a collection of SDMF shares. - A key pair *unique identifies* a "slot" (the storage location for the shares). + A key pair *uniquely identifies* a "slot" (the storage location for the shares). Thus they cannot be re-used for "different" data. Any shares created with a given key pair are part of the same logical data object. -} -- GitLab