mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
core/shamir: increase default iteration exponent to 1
This commit is contained in:
parent
529ec95c93
commit
5bd8ad321e
@ -60,7 +60,7 @@ def bits_to_words(n: int) -> int:
|
|||||||
MAX_SHARE_COUNT = const(16)
|
MAX_SHARE_COUNT = const(16)
|
||||||
"""The maximum number of shares that can be created."""
|
"""The maximum number of shares that can be created."""
|
||||||
|
|
||||||
DEFAULT_ITERATION_EXPONENT = const(0)
|
DEFAULT_ITERATION_EXPONENT = const(1)
|
||||||
|
|
||||||
_RADIX = 2 ** _RADIX_BITS
|
_RADIX = 2 ** _RADIX_BITS
|
||||||
"""The number of words in the wordlist."""
|
"""The number of words in the wordlist."""
|
||||||
|
Loading…
Reference in New Issue
Block a user