You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments