Skip to content

Expose BIP39 Mnemonic generation in bindings #113

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

Merged

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented May 25, 2023

Based on #88, closes #112

We already re-export the bip39 crate to allow users to generate Mnemonics. However, doing the same is not trivial in bindings.

Here we expose a simple convenience function that returns a random mnemonic, allowig users to generate them without relying on a third-party library.

We already re-export the `bip39` crate to allow users to generate
Mnemonics. However, doing the same is not trivial in bindings.

Here we expose a simple convenience function that returns a random
mnemonic, allowig users to generate them without relying on a
third-party library.
@tnull tnull force-pushed the 2023-05-expose-mnemonic-generation branch from a01b0d6 to 291e9fe Compare May 27, 2023 07:13
@tnull
Copy link
Collaborator Author

tnull commented May 27, 2023

Rebased on main after #88 landed.

@tnull tnull mentioned this pull request Jun 13, 2023
47 tasks
@tnull tnull added this to the 0.1 milestone Jun 14, 2023
@tnull tnull merged commit 5121cad into lightningdevkit:main Jun 15, 2023
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

Successfully merging this pull request may close these issues.

Expose Mnemonic generation in bindings
2 participants