2 references to SecretLastAccStartBytes
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Utilities\Hashing\XxHashShared.cs (2)
223
Accumulate512(accumulators, source + length - StripeLengthBytes, secret + (SecretLengthBytes - StripeLengthBytes -
SecretLastAccStartBytes
));
394
Accumulate512(accumulators, accumulateData, secret + (SecretLengthBytes - StripeLengthBytes -
SecretLastAccStartBytes
));