Destiner / blocksmith

Bitcoin/Ethereum key manipulation
Apache License 2.0
256 stars 88 forks source link

'randbits' #11

Open falcon141 opened 3 years ago

falcon141 commented 3 years ago

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'