We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that I learned concurrent execution to speed up a brute forcing BIP85 child fingerprints. I can apply it to my naive error correction as well.
Pool.map() will be the tool since the order doesn't matter.
There were some 5+ deletion or 1 deletion double substitution/insertion corrections that were possible to make but borderline too slow to.
It's likely these will be fast enough to include now.
The text was updated successfully, but these errors were encountered:
Stale issue message
Sorry, something went wrong.
This is about to be worked on as it is part of the Codex32 reference implementation and bails-wallet update for Bails.
BenWestgate
No branches or pull requests
Now that I learned concurrent execution to speed up a brute forcing BIP85 child fingerprints. I can apply it to my naive error correction as well.
Pool.map() will be the tool since the order doesn't matter.
There were some 5+ deletion or 1 deletion double substitution/insertion corrections that were possible to make but borderline too slow to.
It's likely these will be fast enough to include now.
The text was updated successfully, but these errors were encountered: