Hi there, I've found a bug in `createType1Message()`. https://github.com/mrbbot/ntlm/blob/02d6e40d8cdc1f7a2a0f30b84b115d0e4010d4aa/lib/src/messages/type1.dart#L69 After line 69, there should be a ```dart pos += 2; ``` to increase the offset.
Hi there,
I've found a bug in
createType1Message().ntlm/lib/src/messages/type1.dart
Line 69 in 02d6e40
After line 69, there should be a
to increase the offset.