Skip to content
Snippets Groups Projects
Commit 57b5273c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

fix typo

parent f5e55e61
Branches
Tags
1 merge request!7Implement enough encryption and encoding to be able to read plaintext from Tahoe-LAFS-generated SDMF shares
......@@ -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.
-}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment