1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +00:00

slip39: Update MAX_SHARE_COUNT to 16 in accordance with the changes related to adding group_count.

This commit is contained in:
Andrew Kozlik 2019-04-15 17:23:38 +02:00
parent eedc6057ac
commit 04dcfea901

View File

@ -23,7 +23,7 @@
#include "shamir.h"
#define MAX_SHARE_COUNT 32
#define MAX_SHARE_COUNT 16
/// def interpolate(shares, x) -> bytes:
/// '''