1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +00:00
trezor-firmware/crypto/tests
Martin Milata cace42c6e9 fix(crypto/test): fix uninitialized variable use
tests/test_speed.c:61:3: error: ‘sk’ may be used uninitialized [-Werror=maybe-uninitialized]
   61 |   ed25519_publickey(sk, pk);
tests/test_speed.c:145:3: error: ‘sk’ may be used uninitialized [-Werror=maybe-uninitialized]
  145 |   ed25519_publickey(sk, pk);
2021-12-06 16:25:59 +01:00
..
wycheproof@2904be69e9
test_bignum.py
test_check_cardano.h feat(crypto/cardano): implement Cardano Ledger derivation 2021-11-10 13:57:57 +01:00
test_check_cashaddr.h style(legacy): Remove nested conditional operators. 2021-07-22 10:54:49 +02:00
test_check_monero.h fix(crypto): use ck_assert_uint_eq where we compare unsigned values 2021-05-13 14:13:56 +02:00
test_check_segwit.h feat(crypto): add BIP-350 test cases to test_check_segwit 2021-10-18 13:36:05 +02:00
test_check.c refactor(crypto,core): make zkp_context_init() return status 2021-11-18 19:05:40 +01:00
test_curves.py refactor(crypto,core): make zkp_context_init() return status 2021-11-18 19:05:40 +01:00
test_openssl.c fix(crypto,core,legacy): Check private key validity when deriving public key. 2021-11-01 16:39:53 +01:00
test_speed.c fix(crypto/test): fix uninitialized variable use 2021-12-06 16:25:59 +01:00
test_wycheproof.py refactor(crypto,core): make zkp_context_init() return status 2021-11-18 19:05:40 +01:00