Skip to content

Commit 65cbf2f

Browse files
committed
comment
1 parent f63b170 commit 65cbf2f

File tree

1 file changed

+2
-0
lines changed
  • src/Simplex/Messaging/Agent/Store/Postgres/Migrations

1 file changed

+2
-0
lines changed

src/Simplex/Messaging/Agent/Store/Postgres/Migrations/Util.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import Data.Text (Text)
66
import qualified Data.Text as T
77
import Text.RawString.QQ (r)
88

9+
-- xor_combine is only applied to locally computed md5 hashes (128 bits/16 bytes),
10+
-- so it is safe to require that all values are of the same length.
911
createXorHashFuncs :: Text
1012
createXorHashFuncs =
1113
T.pack

0 commit comments

Comments
 (0)