in lib/src/hmac.dart [93:96]
void addSlice(List<int> data, int start, int end, bool isLast) { if (_isClosed) throw StateError('HMAC is closed'); _innerSink.addSlice(data, start, end, isLast); }