|
Electroneum
|
#include "crypto/crypto.h"#include "crypto/chacha.h"#include "ringct/rctTypes.h"#include "cryptonote_config.h"

Go to the source code of this file.
Classes | |
| class | hw::device_progress |
| class | hw::i_device_callback |
| class | hw::device |
| struct | hw::reset_mode |
| class | hw::device_registry |
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
| hw | |
Macros | |
| #define | USE_DEVICE_LEDGER 1 |
| #define | USE_DEVICE_LEDGER 0 |
| #define | dfns() |
Functions | |
| device & | hw::get_device (const std::string &device_descriptor) |
| bool | hw::register_device (const std::string &device_name, device *hw_device) |
| #define dfns | ( | ) |
Definition at line 65 of file device.hpp.
| #define USE_DEVICE_LEDGER 1 |
Definition at line 44 of file device.hpp.
| #define USE_DEVICE_LEDGER 0 |
Definition at line 44 of file device.hpp.