monero/src/device
Dusan Klinec d21dad70dd
device: enable to use multiple independent device wallets
- adds a new option `--hw-device-deriv-path` to the simple wallet. Enables to specify wallet derivation path / wallet code (path avoided so it can be misinterpreted as a file path).
- devices can use different derivation mechanisms. Trezor uses standard SLIP-10 mechanism with fixed SLIP-44 prefix for Monero
- Trezor: when empty, the default derivation mechanism is used with 44'/128'/0'. When entered the derivation path is 44'/128'/PATH.
- Trezor: the path is always taken as elements are hardened (1<<31 bit turned on)
2018-12-04 18:38:16 +01:00
..
CMakeLists.txt device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
device.cpp device: destroy device objects on exit 2018-10-08 19:22:31 +00:00
device.hpp device: enable to use multiple independent device wallets 2018-12-04 18:38:16 +01:00
device_cold.hpp device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
device_default.cpp device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
device_default.hpp device: fix warnings about overridden functions 2018-09-21 19:33:15 +00:00
device_io.hpp Replace USB-CCID (smartcard) by USB-HID 2018-09-24 21:57:42 +02:00
device_io_hid.cpp Merge pull request #4672 2018-10-26 22:40:47 +02:00
device_io_hid.hpp device: extended logging, refactored device selection code 2018-10-18 17:53:06 +03:00
device_ledger.cpp ringct: use dummy bulletproofs when in fake mode, for speed 2018-10-23 21:03:18 +00:00
device_ledger.hpp device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
log.cpp Replace USB-CCID (smartcard) by USB-HID 2018-09-24 21:57:42 +02:00
log.hpp Replace USB-CCID (smartcard) by USB-HID 2018-09-24 21:57:42 +02:00