Skip to content

Commit

Permalink
Added 6 and 9 WordCount.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmo Kukkola committed Nov 19, 2020
1 parent a44b369 commit 3f5100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/cash/z/ecc/android/bip39/Mnemonics.kt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ object Mnemonics {
*/
enum class WordCount(val count: Int) {

COUNT_12(12), COUNT_15(15), COUNT_18(18), COUNT_21(21), COUNT_24(24);
COUNT_6(6), COUNT_9(9), COUNT_12(12), COUNT_15(15), COUNT_18(18), COUNT_21(21), COUNT_24(24);

/**
* The bit length of the entropy necessary to create a mnemonic with the given word count.
Expand Down

0 comments on commit 3f5100a

Please sign in to comment.