You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tests
Tim Ruffing 52d34955e7
embed/extmod/modtrezorcrypto: add secp256k1_zkp module
5 years ago
..
production_tests fix release_num values 6 years ago
check_coverage.sh tests: move to /tests to avoid freezing 8 years ago
common.py src+tests: use flake8 F401 to detect unused imports 6 years ago
run_tests.sh tests/run_tests.sh: show the number of passed and failed tests 5 years ago
run_tests_device_emu.sh Fixing make test_emu in some environments. 6 years ago
run_tests_device_emu_monero.sh tests: minor monero script test fix, quotes 5 years ago
test_apps.cardano.address.py seed: add support for key namespaces 6 years ago
test_apps.cardano.cbor.py cardano: add Cardano currency support 6 years ago
test_apps.cardano.get_public_key.py seed: add support for key namespaces 6 years ago
test_apps.common.coins.py common: remove coins.by_address_type because there are conflicts 5 years ago
test_apps.common.paths.py coins: validate derivation paths 6 years ago
test_apps.common.seed.py paths: disallow special ed25519 curves 5 years ago
test_apps.common.storage.py src/apps/common/storage: allow U2F counter to be written even when storage is locked 5 years ago
test_apps.ethereum.address.py eth: modify sign/verify functions to accept addresses as strings 5 years ago
test_apps.ethereum.layout.py tests: eth RSK -> RBTC 6 years ago
test_apps.ethereum.tokens.py eth: unknown token changed to (None, None..) 6 years ago
test_apps.lisk.address.py coins: validate derivation paths 6 years ago
test_apps.monero.address.py coins: validate derivation paths 6 years ago
test_apps.monero.bulletproof.py xmr: master merging commit 6 years ago
test_apps.monero.crypto.py xmr: master merging commit 6 years ago
test_apps.monero.serializer.py xmr: master merging commit 6 years ago
test_apps.nem.address.py coins: validate derivation paths 6 years ago
test_apps.nem.hdnode.py paths: validate curve as well 5 years ago
test_apps.nem.mosaic.py nem: update test to expect the right name 6 years ago
test_apps.nem.mosaic_creation.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_apps.nem.mosaic_supply_change.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_apps.nem.multisig.aggregate_modification.py apps: unify common writer logic 6 years ago
test_apps.nem.multisig.py apps: unify common writer logic 6 years ago
test_apps.nem.namespace.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_apps.nem.transfer.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_apps.ripple.address.py coins: validate derivation paths 6 years ago
test_apps.ripple.serializer.py tests/ripple: test payment's destination tag 5 years ago
test_apps.stellar.address.py coins: validate derivation paths 6 years ago
test_apps.tezos.address.py coins: validate derivation paths 6 years ago
test_apps.tezos.encode.py tezos: fixed nitpicks 6 years ago
test_apps.wallet.address.py wallet: use keychain API in signing, fix tests 6 years ago
test_apps.wallet.address_grs.py wallet: use keychain API in signing, fix tests 6 years ago
test_apps.wallet.segwit.bip143.native_p2wpkh.py wallet: remove "import *" from sign_tx 6 years ago
test_apps.wallet.segwit.bip143.p2wpkh_in_p2sh.py wallet: remove "import *" from sign_tx 6 years ago
test_apps.wallet.segwit.signtx.native_p2wpkh.py seed: use lazy seed derivation, wipe after the workflow ends 6 years ago
test_apps.wallet.segwit.signtx.native_p2wpkh_grs.py src/apps/wallet: display custom locktime confirmation (#540) 5 years ago
test_apps.wallet.segwit.signtx.p2wpkh_in_p2sh.py seed: use lazy seed derivation, wipe after the workflow ends 6 years ago
test_apps.wallet.segwit.signtx.p2wpkh_in_p2sh_grs.py src/apps/wallet: display custom locktime confirmation (#540) 5 years ago
test_apps.wallet.signtx.fee_threshold.py wallet: use keychain API in signing, fix tests 6 years ago
test_apps.wallet.signtx.omni.py src/apps/wallet/sign_tx: make check for OMNI more strict 6 years ago
test_apps.wallet.signtx.py seed: use lazy seed derivation, wipe after the workflow ends 6 years ago
test_apps.wallet.signtx.scripts.py src/apps/wallet/sign_tx: fix last commit, add bip115 test 6 years ago
test_apps.wallet.signtx_grs.py seed: use lazy seed derivation, wipe after the workflow ends 6 years ago
test_apps.wallet.txweight.py wallet: remove "import *" from sign_tx 6 years ago
test_apps.wallet.zcash.zip143.py src/apps/wallet/sign_tx: implement tx.branch_id field 5 years ago
test_apps.wallet.zcash.zip243.py src/apps/wallet/sign_tx: implement tx.branch_id field 5 years ago
test_trezor.config.py tests: Limit the APP values in test_trezor.config to 1, ..., 63 5 years ago
test_trezor.crypto.aes.py embed/extmod/modtrezorcrypto: refactor AES API, use test from NIST SP 800-38A 6 years ago
test_trezor.crypto.base32.py fix flake8 issues 6 years ago
test_trezor.crypto.base58.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.bech32.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.bip32.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.bip39.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.cashaddr.py src/trezor/crypto: add cashaddr support 6 years ago
test_trezor.crypto.chacha20poly1305.py trezor.crypto: implement chacha20poly1305 aka rfc7539 6 years ago
test_trezor.crypto.crc.py tests: no need to include ubinascii for unit tests 7 years ago
test_trezor.crypto.curve.curve25519.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.curve.ed25519.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.curve.ed25519_cosi.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.curve.nist256p1.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.curve.secp256k1.py embed/extmod/modtrezorcrypto: add secp256k1_zkp module 5 years ago
test_trezor.crypto.der.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.hashlib.blake2b.py cardano: add Cardano currency support 6 years ago
test_trezor.crypto.hashlib.blake2s.py embed/extmod/modtrezorcrypto: use kwargs for Blake2b/Blake2s 6 years ago
test_trezor.crypto.hashlib.blake256.py modtrezorcrypto: add trezor.crypto.hashlib.blake256 7 years ago
test_trezor.crypto.hashlib.groestl512.py Add Groestl512 hash tests 6 years ago
test_trezor.crypto.hashlib.ripemd160.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.hashlib.sha1.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.hashlib.sha3_256.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_trezor.crypto.hashlib.sha3_512.py embed: cleanup Keccak API (drop keccak arg from digest() func) 6 years ago
test_trezor.crypto.hashlib.sha256.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.hashlib.sha512.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.hmac.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.pbkdf2.py embed/extmod/modtrezorcrypto: refactor pbkdf2 prf 6 years ago
test_trezor.crypto.random.py tests: make acceptable delta wider in test_trezor.crypto.random 6 years ago
test_trezor.crypto.rfc6979.py tests: cleanup flake8 warnings 7 years ago
test_trezor.crypto.rlp.py tests: cleanup flake8 warnings 7 years ago
test_trezor.io.py tests: cleanup flake8 warnings 7 years ago
test_trezor.ui.display.py build: fix build 6 years ago
test_trezor.utils.py tests: cleanup flake8 warnings 7 years ago
test_trezor.wire.codec_v1.py tests: fix loop.select usage 6 years ago
unittest.py xmr: master merging commit 6 years ago
utest.py trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 6 years ago