mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-03 11:20:59 +00:00
Remove now-redundant embedded header
This commit is contained in:
parent
5ce27a1e1a
commit
1c672dca2b
2
tests.c
2
tests.c
@ -427,8 +427,6 @@ START_TEST(test_bip32_compare)
|
|||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
|
||||||
int generate_k_rfc6979(bignum256 *secret, const uint8_t *priv_key, const uint8_t *hash);
|
|
||||||
|
|
||||||
#define test_deterministic(KEY, MSG, K) do { \
|
#define test_deterministic(KEY, MSG, K) do { \
|
||||||
sha256_Raw((uint8_t *)MSG, strlen(MSG), buf); \
|
sha256_Raw((uint8_t *)MSG, strlen(MSG), buf); \
|
||||||
res = generate_k_rfc6979(&k, fromhex(KEY), buf); \
|
res = generate_k_rfc6979(&k, fromhex(KEY), buf); \
|
||||||
|
Loading…
Reference in New Issue
Block a user