wownero/tests/core_tests
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
..
CMakeLists.txt Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
block_reward.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
block_reward.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
block_validation.cpp pass large parameters by const ref, not value 2018-02-02 19:36:09 +00:00
block_validation.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
chain_split_1.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
chain_split_1.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
chain_switch_1.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
chain_switch_1.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
chaingen.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
chaingen.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
chaingen001.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
chaingen_main.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
chaingen_tests_list.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
double_spend.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
double_spend.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
double_spend.inl Update 2018 copyright 2018-01-26 10:03:20 -05:00
integer_overflow.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
integer_overflow.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
multisig.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
multisig.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
rct.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
rct.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
ring_signature_1.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
ring_signature_1.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_tests.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_tests.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
tx_validation.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
tx_validation.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
v2_tests.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
v2_tests.h Update 2018 copyright 2018-01-26 10:03:20 -05:00