1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-19 19:12:03 +00:00

Commit Graph

  • 2a41550d92 compiled protobuf slush0 2013-10-08 20:29:02 +0200
  • b827bc9877 Imported new protobuf from trezor-emu slush0 2013-10-08 20:28:38 +0200
  • 52485b9008 define BN_PRINT if not defined Pavol Rusnak 2013-10-08 18:54:21 +0200
  • 946c23e2cf small readme update Pavol Rusnak 2013-10-08 17:25:28 +0200
  • 99565b3130 fix blowfish. add unit tests for blowfish Pavol Rusnak 2013-10-08 16:59:14 +0200
  • 47cb0fefce renamed to trezor-crypto, modified readme Pavol Rusnak 2013-10-08 14:18:35 +0200
  • 9205c0d952 use canonical signatures (if S > Order/2: S = Order - S) Pavol Rusnak 2013-10-08 14:01:20 +0200
  • 2a1a1e61e4 Simplified PinMatrix widget slush0 2013-10-08 01:43:16 +0200
  • a69c820f5b Disable focus on buttons slush0 2013-10-08 00:18:44 +0200
  • e5d19d64a7 Use PinMatrixWidget if graphic mode is enabled slush0 2013-10-07 23:28:48 +0200
  • f7f04b0482 Introduce pin_input message to trigger PinMatrix widget slush0 2013-10-07 23:27:56 +0200
  • 12955a0c0c Allow only [1-9]+ in Pin matrix slush0 2013-10-07 23:27:02 +0200
  • 0634d6bbb4 Qt4 widget for Pin matrix slush0 2013-10-07 22:00:17 +0200
  • 7e41c2a568 add blowfish algo with tests Pavol Rusnak 2013-10-07 21:10:39 +0200
  • f87e706407 add define for RFC6979 Pavol Rusnak 2013-10-03 18:19:30 +0200
  • 678e5b1af2 use #if instead of #ifdef for conditional macros Pavol Rusnak 2013-10-03 17:32:27 +0200
  • 3d163fc29b move speed-stm32 to trezor repo Pavol Rusnak 2013-10-01 18:13:25 +0200
  • 1691d5cc8c small cleanup Pavol Rusnak 2013-10-01 18:08:33 +0200
  • e19f7cd2e5 add more rfc6979 test vectors by fpgaminer Pavol Rusnak 2013-10-01 16:45:26 +0200
  • 71ff1c5124 replace infinite loops with loops with counters Pavol Rusnak 2013-09-27 15:55:55 +0200
  • f4f246f3d7 optimize computations Pavol Rusnak 2013-09-27 15:42:52 +0200
  • 7ed18947ba simplify divmod58 Pavol Rusnak 2013-09-25 12:39:23 +0200
  • ae9444a83b Fixes bug with aligning the magic slush0 2013-09-25 01:14:54 +0200
  • 74a5b04b81 verify now supports compressed keys Pavol Rusnak 2013-09-24 15:54:36 +0200
  • dfdcdfa044 alter readme Pavol Rusnak 2013-09-23 21:15:25 +0200
  • 896905c5c8 remove der encoding, introduce 33/65 bytes pubkeys, 64 bytes signature Pavol Rusnak 2013-09-23 21:09:42 +0200
  • 58a65d9cd7 move speed tests to unit testing suite Pavol Rusnak 2013-09-22 12:42:35 +0200
  • 2df62d4877 use unit tests via Check instead of small test programs Pavol Rusnak 2013-09-21 17:41:02 +0200
  • 638cf2310b cleanup Pavol Rusnak 2013-09-20 21:49:17 +0200
  • 92f070498f add function for computing addresses Pavol Rusnak 2013-09-19 14:52:52 +0200
  • 1fda6fe339 add bn_zero, bn_bits, bn_lshift, bn_rshift, bn_normalize to bignum Pavol Rusnak 2013-09-19 02:54:10 +0200
  • 65250325c4 add ripemd160 Pavol Rusnak 2013-09-16 01:32:56 +0200
  • 98bb17299b Module renamed to trezorlib slush0 2013-09-13 05:37:23 +0200
  • 333182f062 Module renamed from bitkeylib to trezorlib slush0 2013-09-13 05:33:20 +0200
  • 66cede8e18 Fixed path to module slush0 2013-09-13 05:32:58 +0200
  • 9fd3121724 Fixed project name slush0 2013-09-13 05:32:27 +0200
  • 18d5f9f3d6 ApplySettings triggers init_device to reload Features structure slush0 2013-09-13 05:31:24 +0200
  • 004ce33e40 Updated project link, changed repo name slush0 2013-09-13 05:29:58 +0200
  • c692f60782 Refactored module structure slush0 2013-09-13 05:28:56 +0200
  • 4530dc3684 All current tests passed slush0 2013-09-13 05:28:29 +0200
  • d273cdf86b Added unit tests for BTC, tBTC & LTC address generation slush0 2013-09-13 05:27:21 +0200
  • c514fe3edd Binary pb2 file slush0 2013-09-13 00:17:32 +0200
  • 8d100bee0c Implemented ApplySettings, removed SetMaxFeeKb slush0 2013-09-13 00:17:06 +0200
  • afc9bcfe30 implement bip32 - https://en.bitcoin.it/wiki/BIP_0032 Pavol Rusnak 2013-09-12 19:21:24 +0200
  • 07d1c22730 refactor code -> bignum.c/h Pavol Rusnak 2013-09-12 03:15:22 +0200
  • 603acbd1be implement RFC 6979 Pavol Rusnak 2013-09-11 19:02:22 +0200
  • 047b30cf2f add hmac-sha256/512 Pavol Rusnak 2013-09-10 21:47:06 +0200
  • 40fa3f52e4 use sha2 implementation by Aaron D. Gifford Pavol Rusnak 2013-09-10 20:50:13 +0200
  • d958d8a90e cleanup Pavol Rusnak 2013-09-10 01:41:10 +0200
  • df79a330e6 pave the way for RFC6979 Pavol Rusnak 2013-09-10 01:03:24 +0200
  • 3f737896a4 ecdsa_get_public_key and ecdsa_verify methods Pavol Rusnak 2013-09-09 17:52:25 +0200
  • 31aa66e1a2 Binary protofile slush 2013-09-09 17:29:27 +0200
  • 0176c60d2a Version 0.1 of proto file slush 2013-09-09 17:29:05 +0200
  • e41387c6e4 Removed OTP and PIN handling in cmd.py slush 2013-09-09 15:38:15 +0200
  • 682578f1ad Added padding to HID messages slush 2013-09-09 15:37:39 +0200
  • 813fb233a1 Added session depth slush 2013-09-09 15:36:17 +0200
  • 1f75cd031b Merge pull request #1 from mogorman/master Pavol Rusnak 2013-09-05 03:38:27 -0700
  • c87691205b added support for getting public key from a private key. mog 2013-09-05 03:57:26 -0500
  • 8e5abb560e Fixed imports slush 2013-09-01 03:42:26 +0200
  • bdfe3fd4ae Removed 'random' field from signing transaction, because of deterministic ECDSA signing slush 2013-09-01 03:42:01 +0200
  • 3e39a4c267 test_addresses.py passed (although it uses Electrum algo, not BIP32) slush 2013-09-01 03:38:03 +0200
  • 702460d153 Protect call test passed! slush 2013-09-01 03:35:31 +0200
  • 6fe26c26e4 Fix PIN handling slush 2013-09-01 03:34:36 +0200
  • cb594df790 Updated test structure to comply with latest changes. test_basic.py passes succesfully, others will come soon... slush 2013-09-01 02:47:49 +0200
  • 5b214bbed2 Removed OTP constructs. Implements PinMatrix. Codebase now reflects latest protobuf changes slush 2013-09-01 02:46:53 +0200
  • 5db17b3a6d Proper loading of trezor_pb2.py slush 2013-09-01 02:46:18 +0200
  • ce7e6fbb50 Synchronized protobuf, compiled protobuf moved from bitkey_pb2.py to trezor_pb2.py slush 2013-09-01 02:45:42 +0200
  • b01c49715e Mapping reflects latest changes in protobuf file slush 2013-09-01 00:00:49 +0200
  • cc37fbaa5f Protocol has been heavily modified, check trezor-emu for further details slush 2013-08-31 23:46:28 +0200
  • 1fa4f1eb81 Test if USB device is presented slush 2013-08-31 23:45:53 +0200
  • 8f42da3fcc Use first USB device by default slush 2013-08-30 23:32:02 +0200
  • 4593b3f636 use /dev/urandom in example Pavol Rusnak 2013-08-21 20:23:43 +0200
  • 0f7c3be5dd expand readme Pavol Rusnak 2013-08-21 20:05:25 +0200
  • 7c13e810fc add -Os flag to makefile Pavol Rusnak 2013-08-21 18:20:52 +0200
  • 1830c2066d add more comments to readme Pavol Rusnak 2013-08-21 18:07:02 +0200
  • 32c9ff72a5 reorganize code in speed tests Pavol Rusnak 2013-08-21 14:49:36 +0200
  • 0ed5bea0d0 properly initialize rng Pavol Rusnak 2013-08-21 01:31:24 +0200
  • ee09a6a7b2 param names cleanup Pavol Rusnak 2013-08-19 12:40:58 +0200
  • b018f9e6fe add speed testing code for stm32 Pavol Rusnak 2013-08-18 20:54:18 +0200
  • 8e7bee7043 add speed test Pavol Rusnak 2013-08-18 17:30:23 +0200
  • 1bd0592c26 fix for formatting Pavol Rusnak 2013-08-17 14:32:25 +0200
  • 3645df58e1 add note about RNG Pavol Rusnak 2013-08-17 14:28:45 +0200
  • ccbc219b29 import sources Pavol Rusnak 2013-08-17 14:20:15 +0200
  • b120043fcc Fixed load_device slush 2013-04-15 19:58:38 +0200
  • 0af7a672f0 Updated protobuf files slush 2013-04-15 19:58:07 +0200
  • 29bd7a10f8 Tests fixed to work with latest sources slush 2013-04-15 19:57:36 +0200
  • 4b9a6675c7 SignTx test slush 2013-04-05 17:13:57 +0200
  • a6f0657de7 Fixes workflow for failed test slush 2013-04-05 17:13:29 +0200
  • d363c2448d Removed 'algorithm' from protobuf slush 2013-04-05 17:12:54 +0200
  • ea3c8eaef0 Refactored protobuf slush 2013-04-05 17:12:43 +0200
  • d0bc74ff21 Removed algorithm switching slush 2013-04-05 17:12:18 +0200
  • 1ae4ab42f8 Refactored protobuf slush 2013-04-05 17:11:53 +0200
  • d0708f323b Merge branch 'master' of github.com:slush0/bitkeylib-python slush 2013-04-01 17:08:18 +0200
  • 5f381bd936 Enabled HID transport, 'list' command enumerates HID devices slush 2013-04-01 16:59:42 +0200
  • 5d1e1a79ae Working HID transport slush 2013-04-01 16:59:16 +0200
  • 8cd7c1aa0a add gitignore Pavol Rusnak 2013-03-18 16:44:59 +0100
  • a2ad820ac1 Removed unused FakeRead slush 2013-03-10 17:52:36 +0100
  • c0d267e7d8 Fixes reading of message headers slush 2013-03-10 17:52:04 +0100
  • 41b706d56a HID transport slush 2013-03-10 16:55:59 +0100
  • 43c2d9b042 load_device moved to debuglink slush 2013-02-18 18:45:33 +0100