1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00
trezor-firmware/src/tests
2016-09-27 17:26:09 +02:00
..
run_tests.sh rework aes module, add summary to test script 2016-09-27 17:26:09 +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 move 'chunks' to trezor.utils 2016-09-27 17:25:56 +02:00