Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

bug in entropy.py #1

@andysy

Description

@andysy

In Windows, I get:

hexlify(dev_random_entropy(32))
Traceback (most recent call last):
File "", line 1, in
File "c:\Python27\lib\site-packages\utilitybelt-0.2.2-py2.7.egg
return get_devurandom_entropy(numbytes)
NameError: global name 'get_devurandom_entropy' is not defined

Should it be the below instead?

return dev_urandom_entropy(numbytes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions