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