mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +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.