1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

Remove now-redundant embedded header

This commit is contained in:
Dustin Laurence 2015-01-25 08:49:52 -08:00
parent 5ce27a1e1a
commit 1c672dca2b

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