Pavol Rusnak
|
d488366e36
|
Merge branch 'master' of git://github.com/romanz/trezor-mcu into romanz-master
Conflicts:
firmware/crypto.c
|
2015-06-28 21:26:15 +02:00 |
|
Roman Zeyde
|
381f90b38a
|
cryptoMessageSign() should check the return value of ecdsa_sign_digest()
|
2015-06-27 10:20:19 +03:00 |
|
Roman Zeyde
|
0ac032917b
|
enable Trezor to perform SSH public key authentication
support both NIST256P1 and SECP256K1 ECDSA curves.
|
2015-06-26 10:43:39 +03:00 |
|
Pavol Rusnak
|
c286cd75f3
|
bn_substract_noprime -> bn_subtract
|
2015-03-17 14:23:58 +01:00 |
|
Pavol Rusnak
|
73c42402b9
|
implement SignIdentity workflow
|
2015-02-25 17:03:01 +01:00 |
|
Pavol Rusnak
|
2f5e520345
|
add description to layoutAddress
|
2015-02-19 14:11:27 +01:00 |
|
Pavol Rusnak
|
94531f264e
|
speed up public ckd (used in multisig)
|
2015-02-15 20:47:53 +01:00 |
|
Pavol Rusnak
|
5f8a4f6da1
|
use hdnode_private_ckd_cached where appropriate
|
2015-01-26 20:24:07 +01:00 |
|
Pavol Rusnak
|
b5eecb30be
|
downgrade nanopb to LTS version 0.2.9.1
|
2014-12-27 16:05:34 +01:00 |
|
Pavol Rusnak
|
30a55829e5
|
rework hashing of transactions
|
2014-12-21 20:34:14 +01:00 |
|
Pavol Rusnak
|
2a2eba7de5
|
rework layoutProgress functions
|
2014-12-21 18:58:56 +01:00 |
|
Pavol Rusnak
|
03a053c944
|
implement change logic for multisig
|
2014-12-21 02:15:56 +01:00 |
|
Pavol Rusnak
|
0d427f2cd2
|
fix confirm layouts in multisig operation
|
2014-12-20 02:38:53 +01:00 |
|
Pavol Rusnak
|
cce9d783a6
|
introduce cryptoMultisigFingerprint
|
2014-12-16 18:56:44 +01:00 |
|
Pavol Rusnak
|
4122b56e1c
|
check return value of cryptoHDNodePathToPubkey
|
2014-12-16 18:49:49 +01:00 |
|
Pavol Rusnak
|
0e92d4c588
|
error checking of hdnode functions return values
|
2014-12-16 18:28:46 +01:00 |
|
Pavol Rusnak
|
567537cd03
|
update to new multisig api
|
2014-12-16 14:28:47 +01:00 |
|
Pavol Rusnak
|
92cfcd1565
|
implement GetAddress.multisig field
|
2014-12-10 18:04:51 +01:00 |
|
Pavol Rusnak
|
86dd83f93b
|
sign message speedup
see https://github.com/spesmilo/electrum/pull/695/files#diff-3
|
2014-12-08 21:21:44 +01:00 |
|
Pavol Rusnak
|
f75515544f
|
move Sign/Verify to crypto.c/h, implement Encrypt/Decrypt
|
2014-11-25 19:32:04 +01:00 |
|