1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/src/tests
2016-10-04 19:22:48 +02:00
..
run_tests.sh validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
test_crypto_aes.py trezor.crypto.aes finished (including unit tests) 2016-09-27 17:26:07 +02:00
test_crypto_base58.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_bip39.py add trezor.crypto.bip39.seed 2016-09-27 17:24:17 +02:00
test_crypto_ed25519.py add trezor.crypto.bip39 2016-09-27 17:24:17 +02:00
test_crypto_hmac.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_nist256p1.py add nist256p1 and secp256k1 to trezor.crypto.curve 2016-09-27 17:23:22 +02:00
test_crypto_pbkdf2.py new pbkdf2 api with update 2016-09-27 17:24:05 +02:00
test_crypto_random.py fix trezor.crypto.random test 2016-09-27 17:25:48 +02:00
test_crypto_ripemd160.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_secp256k1.py add nist256p1 and secp256k1 to trezor.crypto.curve 2016-09-27 17:23:22 +02:00
test_crypto_sha3_256.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_sha3_512.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_sha256.py use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_crypto_sha512.py add unit tests for trezor.crypto.random 2016-09-27 17:25:48 +02:00
test_wire.py.disabled disable obsolete test_wire.py for now 2016-10-03 20:07:14 +02:00