wownero/cmake
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
..
32-bit-toolchain.cmake Update 2018 copyright 2018-01-26 10:03:20 -05:00
64-bit-toolchain.cmake Update 2018 copyright 2018-01-26 10:03:20 -05:00
CheckLinkerFlag.c Add misc hardening flags to the cmake machinery 2017-12-31 14:26:12 +00:00
CheckLinkerFlag.cmake Add misc hardening flags to the cmake machinery 2017-12-31 14:26:12 +00:00
Doxyfile.in doxygen files 2015-04-01 19:23:15 +02:00
Doxygen.extra.css.in doxygen files 2015-04-01 19:23:15 +02:00
FindBerkeleyDB.cmake BerkeleyDB Blockchain building, not working yet 2015-03-16 09:14:51 -04:00
FindLibunwind.cmake cmake: link against liblzma when found, for libunwind 2016-12-24 00:00:45 +00:00
FindMiniupnpc.cmake Only check for upnp version if version is determined 2017-09-04 15:56:14 +03:00
FindPCSC.cmake Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
FindReadline.cmake Keep readline optional 2018-01-11 13:51:13 -05:00
FindUnbound.cmake Update 2018 copyright 2018-01-26 10:03:20 -05:00
GenVersion.cmake Update 2018 copyright 2018-01-26 10:03:20 -05:00
Version.cmake Update 2018 copyright 2018-01-26 10:03:20 -05:00
test-static-assert.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
test-static-assert.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00