3 references to BytesOfHashWeUse
Microsoft.Extensions.Compliance.Redaction (3)
HmacRedactor.cs (3)
33private const int Base64HashLength = ((BytesOfHashWeUse + 2) / 3) * 4; 97const int RemainingBytesToPadForBase64Hash = BytesOfHashWeUse % 3; 129var iterations = BytesOfHashWeUse - remainingBytesToPad;