Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

generate() doesn't return unique public address always. #29

Closed
StarNeit opened this issue Feb 10, 2018 · 2 comments
Closed

generate() doesn't return unique public address always. #29

StarNeit opened this issue Feb 10, 2018 · 2 comments

Comments

@StarNeit
Copy link

Hi.

generate() doesn't return unique public address always.

I have seen that generate() returns same public address sometimes.

Is that critical issue of this wallet?

@axic
Copy link
Member

axic commented Feb 10, 2018

generate() depends on the underlying crypto.randomBytes, which may have different level of randomness on different browsers / platforms. Perhaps the setup you are using doesn't provide sufficient randomness.

What is you setup?

@axic
Copy link
Member

axic commented Jul 28, 2018

Please reopen if it still persists by using a proper underlying randomBytes method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants