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
AsRef<str> and AsRef<[u8]> are implemented in a few spots now, in ways that are hopefully unsurprising and where the semantic meaning is obvious. There may be others that would be useful without making the crate unnecessarily complicated to use.
Hey thanks for building this! I was really surprised (but pleasantly surprised!) when I got a hit for my search of "bip39" on crates.io. I'm currently working on building an Ethereum light wallet / signing client and this will help greatly.
If I have time I'll definitely contribute back by implementing some of these standard traits.
Things like AsRef, Into, From, etc.
AsRef<str>
andAsRef<[u8]>
are implemented in a few spots now, in ways that are hopefully unsurprising and where the semantic meaning is obvious. There may be others that would be useful without making the crate unnecessarily complicated to use.Semi-related to #4
AsRef<str>
Mnemonic
MnemonicType
Seed
Language
AsRef<[u8]>
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
From<&str>
Mnemonic
MnemonicType
Seed
Language
From<&[u8]>
Mnemonic
Mnemonic
from externally created/stored entropyMnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
Mnemonic
MnemonicType
Seed
Language
The text was updated successfully, but these errors were encountered: