mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 12:44:25 +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.