1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +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
test_check_monero.h
test_check_segwit.h
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