stef / pbp

salty privacy
Other
53 stars 5 forks source link

[fix] malformed string creation null byte fixed in py3 #21

Closed adelq closed 6 years ago

adelq commented 6 years ago

fixes the random test failures on Python 3 due to inclusion of a null byte in a string in Python 3, now always creates bytes in Python 3

stef commented 6 years ago

thx