1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 04:48:12 +00:00
Go to file
Jochen Hoenicke def589743e
Signing protocol extensions for segwit
Extended InputScriptType and OutputScriptType for witness.
We use the same constant for multisig and normal segwit scripts;
they can be differentiated by the fact that multisig is set.

Added amount to TxInputType (with segwit we can trust it as it
is added to the signed part).
2016-07-10 15:19:29 +02:00
protob Signing protocol extensions for segwit 2016-07-10 15:19:29 +02:00
signer update whitespace 2016-06-30 13:55:30 +02:00
udev update dockerfile to fedora:24 2016-07-03 13:41:17 +02:00
README.md rename README -> README.md 2016-02-01 15:09:39 +01:00

#trezor-common

Common files shared among TREZOR repositories.

This repo is meant to be included as submodule to others using:

git submodule add https://github.com/trezor/trezor-common.git trezor-common