Rename Mnemonic::from_{raw_,}entropy to from_{raw_,}bytes #28
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mnemonics don't have to necessarily be entropy. They should be, when used for derivation, but they don't have to be. Deprecate Mnemonic::from_entropy and move the code to Mnemonic::from_bytes.
Deprecated functions can be removed once 1.0 is hit.