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