trezor-core/src/tests
Pavol Rusnak 3c5c685b8c
add curve25519.publickey and unittest for randomized multiply
2016-10-23 22:39:11 +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_bip32.py modtrezorcrypto: add bip32 tests 2016-10-14 15:12:17 +02:00
test_crypto_bip39.py add trezor.crypto.bip39.seed 2016-09-27 17:24:17 +02:00
test_crypto_curve25519.py add curve25519.publickey and unittest for randomized multiply 2016-10-23 22:39:11 +02:00
test_crypto_ed25519.py modtrezorcrypto: add ECDH for nist256p1, secp256k1, curve25519 (multiply method) 2016-10-22 00:51:52 +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 use mp_obj_new_str_of_type where it makes sense instead of mp_obj_new_str_from_vstr 2016-10-07 13:57:21 +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_codec.py tests: remove old wire_codec test example 2016-10-21 15:07:31 +02:00