mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fix include in ssss
This commit is contained in:
parent
0f24eb2e0e
commit
c0dfe2d702
@ -2,7 +2,7 @@
|
||||
#define __SSSS_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "bignum.h"
|
||||
#include "trezor-crypto/bignum.h"
|
||||
|
||||
bool ssss_split(const bignum256 *secret, int m, int n, bignum256 *shares);
|
||||
bool ssss_combine(const bignum256 *shares, int n, bignum256 *secret);
|
||||
|
2
vendor/micropython
vendored
2
vendor/micropython
vendored
@ -1 +1 @@
|
||||
Subproject commit 610d13cc67caf921059d27ddff674f2bd407db25
|
||||
Subproject commit e49cf4f7674b7dde678e0e8e34942e35c1b27344
|
Loading…
Reference in New Issue
Block a user