wownero/tests/unit_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 Update 2018 copyright 2018-01-26 10:03:20 -05:00
address_from_url.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
apply_permutation.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
ban.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
base58.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
block_queue.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
block_reward.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain_db.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
bulletproofs.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
canonical_amounts.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
chacha.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
checkpoints.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
command_line.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
crypto.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
decompose_amount_into_digits.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
dns_resolver.cpp dns: change default DNS to a worldwide selection 2018-02-08 09:46:16 +00:00
epee_boosted_tcp_server.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
epee_levin_protocol_handler_async.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
epee_utils.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
fee.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
get_xtype_from_string.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
hardfork.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
hashchain.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
http.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
main.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
memwipe.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
mnemonics.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
mul_div.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
multisig.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
output_selection.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
parse_amount.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
ringct.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
serialization.cpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
sha256.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
slow_memmem.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
subaddress.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
test_peerlist.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
test_protocol_pack.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
test_tx_utils.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
unbound.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
unit_tests_utils.h unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value map 2018-02-12 21:56:36 +09:00
uri.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
varint.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
vercmp.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00