fix include in ssss

This commit is contained in:
Pavol Rusnak 2016-06-06 09:51:28 +02:00
parent 0f24eb2e0e
commit c0dfe2d702
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 610d13cc67caf921059d27ddff674f2bd407db25
Subproject commit e49cf4f7674b7dde678e0e8e34942e35c1b27344