diff --git a/core/src/trezor/crypto/slip39.py b/core/src/trezor/crypto/slip39.py index e495f2a93..5fe73232e 100644 --- a/core/src/trezor/crypto/slip39.py +++ b/core/src/trezor/crypto/slip39.py @@ -60,7 +60,7 @@ def bits_to_words(n: int) -> int: MAX_SHARE_COUNT = const(16) """The maximum number of shares that can be created.""" -DEFAULT_ITERATION_EXPONENT = const(0) +DEFAULT_ITERATION_EXPONENT = const(1) _RADIX = 2 ** _RADIX_BITS """The number of words in the wordlist."""