Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed not cleared from memory when using FromSeed #14

Open
wallyqs opened this issue Jan 13, 2019 · 0 comments
Open

Seed not cleared from memory when using FromSeed #14

wallyqs opened this issue Jan 13, 2019 · 0 comments

Comments

@wallyqs
Copy link
Member

wallyqs commented Jan 13, 2019

Issue seems to be traced to the base32 library in Go when it is decoding the seed, internally it is calling bytes.Map to filter out some characters but this creates an extra copy of the seed and that memory is not cleared.

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

No branches or pull requests

1 participant