Commit Graph

20 Commits (7675a0aa5ff6e82f300c50df13a71ff0b81f9b44)

Author SHA1 Message Date
Pavol Rusnak d488366e36 Merge branch 'master' of git://github.com/romanz/trezor-mcu into romanz-master
9 years ago
Roman Zeyde 381f90b38a cryptoMessageSign() should check the return value of ecdsa_sign_digest()
9 years ago
Roman Zeyde 0ac032917b enable Trezor to perform SSH public key authentication
9 years ago
Pavol Rusnak c286cd75f3 bn_substract_noprime -> bn_subtract
9 years ago
Pavol Rusnak 73c42402b9 implement SignIdentity workflow
9 years ago
Pavol Rusnak 2f5e520345 add description to layoutAddress
10 years ago
Pavol Rusnak 94531f264e speed up public ckd (used in multisig)
10 years ago
Pavol Rusnak 5f8a4f6da1 use hdnode_private_ckd_cached where appropriate
10 years ago
Pavol Rusnak b5eecb30be downgrade nanopb to LTS version 0.2.9.1
10 years ago
Pavol Rusnak 30a55829e5 rework hashing of transactions
10 years ago
Pavol Rusnak 2a2eba7de5 rework layoutProgress functions
10 years ago
Pavol Rusnak 03a053c944 implement change logic for multisig
10 years ago
Pavol Rusnak 0d427f2cd2 fix confirm layouts in multisig operation
10 years ago
Pavol Rusnak cce9d783a6 introduce cryptoMultisigFingerprint
10 years ago
Pavol Rusnak 4122b56e1c check return value of cryptoHDNodePathToPubkey
10 years ago
Pavol Rusnak 0e92d4c588 error checking of hdnode functions return values
10 years ago
Pavol Rusnak 567537cd03 update to new multisig api
10 years ago
Pavol Rusnak 92cfcd1565 implement GetAddress.multisig field
10 years ago
Pavol Rusnak 86dd83f93b sign message speedup
10 years ago
Pavol Rusnak f75515544f move Sign/Verify to crypto.c/h, implement Encrypt/Decrypt
10 years ago