mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
43d718f9d6
- get_tx_key supports retrieval of private tx keys - required by users to check the transaction or when resolving disputes with the decipient - get_tx_key supports to return transaction derivations = private tx key * public view key. This enables to compute tx_proof for outgoing transactions which is also a nice tool when resolving disputes, provides better protection as tx private key is hidden. - live refresh enables computation of key images on the fly during the refresh. This helps to completely avoid key image sync and enables to use the Trezor with untrusted node. |
||
---|---|---|
.. | ||
.gitignore | ||
graph.py | ||
Makefile | ||
messages-bitcoin.proto | ||
messages-bootloader.proto | ||
messages-cardano.proto | ||
messages-common.proto | ||
messages-crypto.proto | ||
messages-debug.proto | ||
messages-ethereum.proto | ||
messages-lisk.proto | ||
messages-management.proto | ||
messages-monero.proto | ||
messages-nem.proto | ||
messages-ontology.proto | ||
messages-ripple.proto | ||
messages-stellar.proto | ||
messages-tezos.proto | ||
messages-tron.proto | ||
messages.proto | ||
pb2py | ||
protocol.md |