Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Option to use urandom in def random_secret_exponent #70

@lorien

Description

@lorien

Is it safe to use /dev/urandom in random_secrect_exponent? It provides much more data than /dev/random. The problem is I need to generate 50 wallets at one time and /dev/random is too slow for that.
I can make pull request that adds new option to BitcoinPrivateKey constructor to allow to use /dev/urandom instead of default /dev/random.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions