1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 23:08:14 +00:00
trezor-firmware/src/tests
2016-09-27 17:24:22 +02:00
..
run_tests.sh add unit tests, add t.c.sha512 2016-09-27 17:22:50 +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_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 use ubinascii for unhexlify in unit tests 2016-09-27 17:23:21 +02:00
test_msg.py update msg tests 2016-09-27 17:24:22 +02:00