mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 01:18:54 +00:00
slip39: Update MAX_SHARE_COUNT to 16 in accordance with the changes related to adding group_count.
This commit is contained in:
parent
eedc6057ac
commit
04dcfea901
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "shamir.h"
|
#include "shamir.h"
|
||||||
|
|
||||||
#define MAX_SHARE_COUNT 32
|
#define MAX_SHARE_COUNT 16
|
||||||
|
|
||||||
/// def interpolate(shares, x) -> bytes:
|
/// def interpolate(shares, x) -> bytes:
|
||||||
/// '''
|
/// '''
|
||||||
|
Loading…
Reference in New Issue
Block a user