Closed mrexodia closed 5 years ago
Hi,
You made a tiny mistake on line 314 in prudp.py. You're passing hashlib.md5 in the 'msg' parameter instead of 'digestmod', which doesn't work.
If you fix this I can accept your pull request.
Good catch! I changed all instances of hmac.new
to use a named parameter for digestmod
instead, so it cannot happen again.
https://docs.python.org/3/library/hmac.html