1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00
Commit Graph

4319 Commits

Author SHA1 Message Date
Pavol Rusnak
abf7178319 add "small" switch to makefile 2014-07-03 16:59:41 +02:00
Pavol Rusnak
eec5f7df15 fix bug in unoptimized branch of code 2014-07-03 10:16:19 +02:00
Pavol Rusnak
019d779a94 Revert "Revert "add more precomputation to ecdsa signing""
This reverts commit 3747ba4323.
2014-07-03 10:09:45 +02:00
Pavol Rusnak
3747ba4323 Revert "add more precomputation to ecdsa signing"
This reverts commit 06dd166a82.
2014-07-03 01:18:00 +02:00
Pavol Rusnak
fc98712da5 add ButtonRequest_FirmwareCheck 2014-07-02 17:54:48 +02:00
Pavol Rusnak
3308cc62a6 Merge pull request #6 from hiviah/point_at_infinity
Hashing of secp256k1 pubkey recognizes point at infinity.
2014-07-01 17:13:53 +02:00
Ondrej Mikle
0ad302ea4e Hashing of secp256k1 pubkey recognizes point at infinity. 2014-07-01 16:16:06 +02:00
Pavol Rusnak
bf7b99fd28 add ClearSession message 2014-06-17 13:32:42 +02:00
Pavol Rusnak
4b9123ab3c change EncryptMessage / DecryptMessage API 2014-06-13 16:32:20 +02:00
Pavol Rusnak
b0d84af06f add EncryptMessage and DecryptMessage 2014-06-12 16:01:31 +02:00
Pavol Rusnak
e588906f81 fix static usage 2014-06-09 13:51:31 +02:00
Pavol Rusnak
b16e36f10e rename aes_ctr_counter_inc to aes_ctr_cbuf_inc and move it to aes_modes.c 2014-06-07 14:16:27 +02:00
Pavol Rusnak
22b0dd2e62 fix warning in base58 2014-06-07 14:05:59 +02:00
Pavol Rusnak
b91bb29ae9 remove brg_endian.h brg_types.h 2014-06-07 13:58:44 +02:00
Pavol Rusnak
99900eb323 update AES code to support different modes of operation, add unittests 2014-06-07 13:38:56 +02:00
slush0
f264f01314 Added structures for multisig and CipherKeyValue 2014-06-06 00:55:59 +02:00
Pavol Rusnak
4eef0a9866 add missing @used_in 2014-06-05 20:15:38 +02:00
Pavol Rusnak
1865a0428d add imported flag 2014-05-26 00:53:45 +02:00
Pavol Rusnak
322c06bf7b add simple gui qt utility 2014-05-24 00:31:42 +02:00
Pavol Rusnak
5e9cd15527 use new base58 code for address functions, add function for obtaining wif 2014-05-22 22:29:53 +02:00
Pavol Rusnak
4b1211e0ae extract base58 functions to separate source file 2014-05-22 21:52:04 +02:00
Pavol Rusnak
612f5ab050 fix copyright headers 2014-05-22 20:54:58 +02:00
Pavol Rusnak
c1140e071e added deserialization 2014-05-21 00:22:48 +02:00
Pavol Rusnak
44116b8a74 make serialize api more friendly 2014-05-15 19:35:28 +02:00
Pavol Rusnak
c08bbfa58e fix last commit 2014-05-15 18:50:28 +02:00
Pavol Rusnak
c1dc507189 add hdnode serialization function 2014-05-15 17:36:23 +02:00
Pavol Rusnak
06dd166a82 add more precomputation to ecdsa signing 2014-05-15 17:11:26 +02:00
slush0
e4f9dcd7c9 Stupid compiler, inputs_count is reserved when there's repeated inputs field. 2014-04-17 13:27:18 +02:00
slush0
b678022437 Added inputs_count/outputs_count to TransactionType 2014-04-17 05:51:54 +02:00
Pavol Rusnak
94d4a3733e fix typos 2014-04-11 15:33:29 +02:00
Pavol Rusnak
ca952548b7 fix whitespace 2014-04-11 15:22:50 +02:00
slush0
e6bfe66399 Validity of config set to 30 days 2014-04-10 14:43:05 +02:00
slush0
c6bcf54876 Reworked TxRequest message 2014-04-10 14:42:50 +02:00
Pavol Rusnak
28be645370 fix whitespace 2014-04-09 20:19:30 +02:00
slush0
bff8038fad Reworked TxRequest message 2014-04-09 20:15:49 +02:00
Pavol Rusnak
df99b56108 add PassphraseRequest to docu 2014-04-09 19:56:47 +02:00
Pavol Rusnak
8d94d6168f change java package for protobuf classes 2014-04-07 18:01:11 +02:00
Pavol Rusnak
8f7658da89 outputs->bin_outputs, our_outputs->outputs in TransactionType 2014-04-02 20:27:42 +02:00
Pavol Rusnak
52f360ab12 add documentation, remove TxInput/TxOutput messages, use TxAck instead 2014-03-25 19:47:02 +01:00
Pavol Rusnak
df45b3cf06 cosmetic changes 2014-03-23 19:45:25 +01:00
Pavol Rusnak
bfcc001fd2 add bl hash 2014-03-14 15:02:29 +01:00
Pavol Rusnak
2b2d92b924 add revision to Features 2014-03-13 13:48:44 +01:00
Pavol Rusnak
e827517591 add mnemonic_check function 2014-03-12 20:45:51 +01:00
Pavol Rusnak
393c298c35 add progress_callback to mnemonic/pbkdf2 functions 2014-03-11 20:14:06 +01:00
slush0
e410acad0a Tool for digitally signing the config for Trezor browser plugin 2014-03-10 19:24:33 +01:00
Pavol Rusnak
d18ad92fc1 use PinMatrixRequestType instead of arbitrary string 2014-03-10 18:09:21 +01:00
Pavol Rusnak
10c42633fc add function to retrieve mnemonic wordlist 2014-03-07 20:11:50 +01:00
Pavol Rusnak
29dfac6691 rename word variables in DebugLinkState message 2014-03-07 17:36:49 +01:00
Pavol Rusnak
f39b54601b add ButtonRequest_SignTx 2014-03-01 12:07:45 +01:00
Pavol Rusnak
4ba03a6c70 use string again where appropriate 2014-03-01 11:17:06 +01:00