We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63b170 commit 65cbf2fCopy full SHA for 65cbf2f
src/Simplex/Messaging/Agent/Store/Postgres/Migrations/Util.hs
@@ -6,6 +6,8 @@ import Data.Text (Text)
6
import qualified Data.Text as T
7
import Text.RawString.QQ (r)
8
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.
11
createXorHashFuncs :: Text
12
createXorHashFuncs =
13
T.pack
0 commit comments