1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

Merge pull request #17 from dllaurence/embedded_header

Remove now-redundant embedded header
This commit is contained in:
Pavol Rusnak 2015-01-26 00:29:30 +01:00
commit 40b023b1f4

View File

@ -427,8 +427,6 @@ START_TEST(test_bip32_compare)
}
END_TEST
int generate_k_rfc6979(bignum256 *secret, const uint8_t *priv_key, const uint8_t *hash);
#define test_deterministic(KEY, MSG, K) do { \
sha256_Raw((uint8_t *)MSG, strlen(MSG), buf); \
res = generate_k_rfc6979(&k, fromhex(KEY), buf); \