pub enum WordCount {
Words12,
Words15,
Words18,
Words21,
Words24,
}Available on crate feature
keys-bip39 only.Expand description
Type describing entropy length (aka word count) in the mnemonic
Variants§
Words12
12 words mnemonic (128 bits entropy)
Words15
15 words mnemonic (160 bits entropy)
Words18
18 words mnemonic (192 bits entropy)
Words21
21 words mnemonic (224 bits entropy)
Words24
24 words mnemonic (256 bits entropy)
Auto Trait Implementations§
impl RefUnwindSafe for WordCount
impl Send for WordCount
impl Sync for WordCount
impl Unpin for WordCount
impl UnwindSafe for WordCount
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more