fix include in ssss

pull/25/head
Pavol Rusnak 8 years ago
parent 0f24eb2e0e
commit c0dfe2d702
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

@ -1 +1 @@
Subproject commit 610d13cc67caf921059d27ddff674f2bd407db25
Subproject commit e49cf4f7674b7dde678e0e8e34942e35c1b27344
Loading…
Cancel
Save