HMac(this._digest, this._blockLength) { _digestSize = _digest.digestSize; _inputPad = Uint8List(_blockLength); _outputBuf = Uint8List(_blockLength + _digestSize); }