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

Add functionality to generate final checksum words for a partial mnemonic? #60

Open
gavincarr opened this issue Jul 6, 2024 · 0 comments

Comments

@gavincarr
Copy link

Hi Tyler, thanks for your work on this library!

Would you consider it in-scope to include a function to generate a set of valid final checksum words given a partial (N-1) mnemonic? This would be useful for people who are wanting to generate their own seeds using dice or words-out-of-a-hat etc.

If so, would you accept a PR for this? Perhaps an API like:

func ChecksumWords(partialWords []string) ([]string, error)

?

There are python versions of this floating around e.g. https://github.com/avsync/bip39chk, https://github.com/veebch/Bip39-Dice/, but I'm not aware of a Go version.

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