mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
All string generated with urandom(x) were using binascii + os.urandom + encode. In python3 os.urandom has a hex method.
All string generated with urandom(x) were using binascii + os.urandom + encode. In python3 os.urandom has a hex method.