2 references to BytesOfHashWeUse
Microsoft.Extensions.Compliance.Redaction (2)
HmacRedactor.cs (2)
32
private const int Base64HashLength = ((
BytesOfHashWeUse
+ 2) / 3) * 4;
86
_ = Convert.TryToBase64Chars(hashBuffer.Slice(0,
BytesOfHashWeUse
), destination, out int charsWritten);