Update Obfuscator.cpp

This commit is contained in:
alexey-milovidov 2020-09-02 15:27:15 +03:00 committed by GitHub
parent c32c83f653
commit 4c039002f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,6 @@ static void transformUUID(const UInt8 * src, UInt8 * dst, size_t size, UInt64 se
SipHash hash;
hash.update(seed);
hash.update(reinterpret_cast<const char *>(src), size);
seed = hash.get64();
/// Saving version and variant from an old UUID
hash.get128(reinterpret_cast<char *>(dst));