Commit Graph

193 Commits (b145f8f309d5fe6fc89d0c39f4abda9c50516f6b)

Author SHA1 Message Date
Jan Pochyla be7ee61ddd config: always use bytes() for default value
8 years ago
Pavol Rusnak 728db8b04c
extmod: remove unused includes
8 years ago
Pavol Rusnak 7c89f61f55
trezor.config: check for errors from norcow
8 years ago
Pavol Rusnak 6575b8059e
trezor.config: use mock implementation on stmhal again
8 years ago
Pavol Rusnak c6ea71901d
trezor.config: use norcow
8 years ago
Pavol Rusnak 41cd3d71d5
trezor.utils.halt: print error message passed as argument
8 years ago
Pavol Rusnak 533aebdf6d
trezor.utils: add halt function
8 years ago
Pavol Rusnak 388e2dc305
apps.wallet: implement SignMessage
8 years ago
Pavol Rusnak 5253bdef1d
modtrezormsg: fix last commit
8 years ago
Karel Bílek 69add20cc8 Adding UDP ping (#3)
8 years ago
Pavol Rusnak b0fa0466dc
trezor.crypto.curve: implement verify_recover function for ecdsa
8 years ago
Pavol Rusnak c8eb2bf17b
trezor.crypto: prepend recid to ecdsa signatures
8 years ago
Pavol Rusnak 2d0675341b
trezor.crypto: use 64-byte ecdsa signatures (for now)
8 years ago
Pavol Rusnak 8d1109986c
trezor.crypto: curve.nist256p1 and curve.secp256k1 now sign/verify 256-bit digests, not arbitrary length messages
8 years ago
Pavol Rusnak 0012883984
trezor.ui.display: fix orientation/backlight calls when NOUI=1 is used
8 years ago
Jan Pochyla f9827666f8 modtrezorcrypto: fix last commit
8 years ago
Jan Pochyla adc3dde19e modtrezorcrypto: add HDNode.clone()
8 years ago
Pavol Rusnak 6891c3c463
trezor.config: add wipe method
8 years ago
Pavol Rusnak 998fb9fce6
tests: added check_coverage script
8 years ago
Pavol Rusnak 8b0d7be52a
trezor.crypto: add keccak option to Sha3_*.digest()
8 years ago
Pavol Rusnak 192fc5f1ef
trezor.crypto: add sha1, regenerate mocks
8 years ago
Pavol Rusnak 34ba0ccd72
trezor.crypto: add key option for blake2s, add unit tests for blake2s
8 years ago
Pavol Rusnak e9c328919c
trezor.crypto: add blake2s hash, update submodules
8 years ago
Pavol Rusnak 9d5fe82b45
vendor: update trezor-crypto
8 years ago
Pavol Rusnak 9c921c073f
modtrezorcrypto: add generate_secret methods to curves
8 years ago
Pavol Rusnak 3c5c685b8c
add curve25519.publickey and unittest for randomized multiply
8 years ago
Pavol Rusnak 7f5fa78f35
modtrezorcrypto: add ECDH for nist256p1, secp256k1, curve25519 (multiply method)
8 years ago
Jan Pochyla 4e47ae1606 modtrezorcrypto: add HDNode.address
8 years ago
Pavol Rusnak 3067bfa003
modtrezorui: add yoffset parameter to display.loader
8 years ago
Pavol Rusnak fffe930d8c
modtrezorui: rename fonts
8 years ago
Pavol Rusnak bf919e9192
modtrezorconfig: prepare for norcow usage
8 years ago
Pavol Rusnak ce638fe94a
modutrezorui: enable LCD_FMARK/PD12 handling on stmhal
8 years ago
Jan Pochyla 2ff937b707 modtrezorcrypto: fix ecsda_sign calls
8 years ago
Jan Pochyla cd9fca42b7 modtrezorcrypto: add bip32 deserialization
8 years ago
Pavol Rusnak f16d730c58
modtrezorui: display.raw data parameter is now optional
8 years ago
Pavol Rusnak 037df3357c
modtrezorui: functions can draw off-canvas now and respect drawing offset
8 years ago
Pavol Rusnak 35beedfcbc
modtrezorui: add display.offset() function
8 years ago
Jan Pochyla 39c2766ae0 add modtrezorutils
8 years ago
Pavol Rusnak 9e3102742e
modules: add missing copyright headers
8 years ago
Pavol Rusnak 882efbf21b
modtrezormsg: use interfaces index internally, usage_page externally
8 years ago
Pavol Rusnak a423d4602f
modtrezormsg: store assigned used pages internally, add get_interfaces method
8 years ago
Pavol Rusnak 3f44dfedb5
modtrezormsg: use usage_page to identify interfaces
8 years ago
Pavol Rusnak ad6c274e07
modtrezorui: loader icon is now 64x64; reorganize icons
8 years ago
Pavol Rusnak 3e8b025cbd
use mp_obj_new_str_of_type where it makes sense instead of mp_obj_new_str_from_vstr
8 years ago
Pavol Rusnak 2bba78bf87
fix pbkdf2.key() method
8 years ago
Pavol Rusnak 446ea33dc1
minor changes in modtrezorcrypto docu
8 years ago
Pavol Rusnak 4023b83feb
use mp_raise_ValueError and mp_raise_TypeError functions
8 years ago
Pavol Rusnak a654b4c17d
stmhal: fix display_raw
8 years ago
Pavol Rusnak 3e9b6c09b0
stmhal: simplify init of display
8 years ago
Jan Pochyla 128a4b20b5 crypto: add bip32
8 years ago