2 references to SecretLastAccStartBytes
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (2)
224
Accumulate512(accumulators, source + length - StripeLengthBytes, secret + (SecretLengthBytes - StripeLengthBytes -
SecretLastAccStartBytes
));
395
Accumulate512(accumulators, accumulateData, secret + (SecretLengthBytes - StripeLengthBytes -
SecretLastAccStartBytes
));