blocksmith
blocksmith copied to clipboard
'randbits'
AttributeError: 'module' object has no attribute 'randbits'
kg = blocksmith.KeyGenerator() File "/usr/local/lib/python2.7/dist-packages/blocksmith/generator.py", line 13, in __init__
self.__init_pool()
File "/usr/local/lib/python2.7/dist-packages/blocksmith/generator.py", line 33, in __init_pool random_byte = secrets.randbits(8) AttributeError: 'module' object has no attribute 'randbits'