monero/src/wallet/api
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
The basic approach it to delegate all sensitive data (master key, secret
ephemeral key, key derivation, ....) and related operations to the device.
As device has low memory, it does not keep itself the values
(except for view/spend keys) but once computed there are encrypted (with AES
are equivalent) and return back to monero-wallet-cli. When they need to be
manipulated by the device, they are decrypted on receive.

Moreover, using the client for storing the value in encrypted form limits
the modification in the client code. Those values are transfered from one
C-structure to another one as previously.

The code modification has been done with the wishes to be open to any
other hardware wallet. To achieve that a C++ class hw::Device has been
introduced. Two initial implementations are provided: the "default", which
remaps all calls to initial Monero code, and  the "Ledger", which delegates
all calls to Ledger device.
2018-03-04 12:54:53 +01:00
..
address_book.cpp Merge pull request #3094 2018-02-16 14:17:46 +01:00
address_book.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
CMakeLists.txt Merge pull request #3121 2018-01-27 17:24:57 -08:00
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
pending_transaction.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
subaddress_account.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress_account.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
transaction_history.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_history.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
unsigned_transaction.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
unsigned_transaction.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
utils.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
wallet2_api.h wallet: automatically use low priority if safe (no backlog & recent blocks not full) 2018-01-28 11:04:52 +09:00
wallet_manager.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
wallet_manager.h Merge pull request #3104 2018-01-27 17:24:08 -08:00
wallet.cpp Merge pull request #3214 2018-02-16 14:22:41 +01:00
wallet.h Merge pull request #3104 2018-01-27 17:24:08 -08:00