Enum bip0039::Count [−][src]
pub enum Count {
Words12,
Words15,
Words18,
Words21,
Words24,
}Expand description
Determines the words count that will be present in a Mnemonic phrase.
Variants
Words12
12 words, entropy length: 128 bits, the checksum length: 4 bits.
Words15
15 words, entropy length: 160 bits, the checksum length: 5 bits.
Words18
18 words, entropy length: 192 bits, the checksum length: 6 bits.
Words21
21 words, entropy length: 224 bits, the checksum length: 7 bits.
Words24
24 words, entropy length: 256 bits, the checksum length: 8 bits.
Implementations
Returns the number of words.
Returns the number of entropy+checksum bits.
Returns the number of entropy bits.
Returns the number of checksum bits.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Count
impl UnwindSafe for Count
Blanket Implementations
Mutably borrows from an owned value. Read more
