monero/src/device
Dusan Klinec f9b22a7b01
hw_device: support for multiple devices added [for review]
- device name is a new wallet property
- full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for.
- new --hw-device parameter added to the wallet, can name the hardware device
- device reconnect added
2018-09-14 16:02:00 +02:00
..
CMakeLists.txt device: untangle cyclic depenency 2018-03-14 21:00:15 +09:00
device_default.cpp crypto: make secret_key automatically mlock 2018-08-16 11:57:49 +00:00
device_default.hpp wallet: allow adjusting number of rounds for the key derivation function 2018-08-08 01:56:54 +09:00
device_ledger.cpp Add bulletproof support 2018-09-13 09:50:43 +02:00
device_ledger.hpp wallet: allow adjusting number of rounds for the key derivation function 2018-08-08 01:56:54 +09:00
device.cpp hw_device: support for multiple devices added [for review] 2018-09-14 16:02:00 +02:00
device.hpp hw_device: support for multiple devices added [for review] 2018-09-14 16:02:00 +02:00
log.cpp device: misc cleanup 2018-06-23 15:28:48 +01:00
log.hpp device: misc cleanup 2018-06-23 15:28:48 +01:00