4 references to DefaultSecretUInt64_8
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (3)
249
const ulong BitFlipL =
DefaultSecretUInt64_8
^ DefaultSecretUInt64_9;
345
Mix32Bytes(ref accLow, ref accHigh, source + 32, source + length - 48,
DefaultSecretUInt64_8
, DefaultSecretUInt64_9, DefaultSecretUInt64_10, DefaultSecretUInt64_11, seed);
367
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 2), source + (32 * 2) + 16,
DefaultSecretUInt64_8
, DefaultSecretUInt64_9, DefaultSecretUInt64_10, DefaultSecretUInt64_11, seed);
Utilities\Hashing\XxHashShared.cs (1)
135
Debug.Assert(ReadLE64(defaultSecretUInt64[8]) ==
DefaultSecretUInt64_8
);