|
Electroneum
|
Namespaces | |
| crypto | |
| ki | |
| tx | |
Functions | |
| std::string | key_to_string (const ::crypto::ec_point &key) |
| std::string | key_to_string (const ::crypto::ec_scalar &key) |
| std::string | key_to_string (const ::crypto::hash &key) |
| std::string | key_to_string (const ::rct::key &key) |
| void | string_to_key (::crypto::ec_scalar &key, const std::string &str) |
| void | string_to_key (::crypto::ec_point &key, const std::string &str) |
| void | string_to_key (::rct::key &key, const std::string &str) |
| template<class sub_t , class InputIterator > | |
| void | assign_to_repeatable (::google::protobuf::RepeatedField< sub_t > *dst, const InputIterator begin, const InputIterator end) |
| template<class sub_t , class InputIterator > | |
| void | assign_from_repeatable (std::vector< sub_t > *dst, const InputIterator begin, const InputIterator end) |
| template<typename T > | |
| bool | cn_deserialize (const void *buff, size_t len, T &dst) |
| template<typename T > | |
| bool | cn_deserialize (const std::string &str, T &dst) |
| template<typename T > | |
| std::string | cn_serialize (T &obj) |
| void hw::trezor::protocol::assign_from_repeatable | ( | std::vector< sub_t > * | dst, |
| const InputIterator | begin, | ||
| const InputIterator | end | ||
| ) |
| void hw::trezor::protocol::assign_to_repeatable | ( | ::google::protobuf::RepeatedField< sub_t > * | dst, |
| const InputIterator | begin, | ||
| const InputIterator | end | ||
| ) |
| bool hw::trezor::protocol::cn_deserialize | ( | const void * | buff, |
| size_t | len, | ||
| T & | dst | ||
| ) |
Definition at line 68 of file protocol.hpp.


| bool hw::trezor::protocol::cn_deserialize | ( | const std::string & | str, |
| T & | dst | ||
| ) |
Definition at line 77 of file protocol.hpp.

| std::string hw::trezor::protocol::cn_serialize | ( | T & | obj | ) |
Definition at line 82 of file protocol.hpp.

| std::string hw::trezor::protocol::key_to_string | ( | const ::crypto::ec_point & | key | ) |
| std::string hw::trezor::protocol::key_to_string | ( | const ::crypto::ec_scalar & | key | ) |
Definition at line 84 of file protocol.cpp.
| std::string hw::trezor::protocol::key_to_string | ( | const ::crypto::hash & | key | ) |
Definition at line 88 of file protocol.cpp.
| std::string hw::trezor::protocol::key_to_string | ( | const ::rct::key & | key | ) |
Definition at line 92 of file protocol.cpp.
| void hw::trezor::protocol::string_to_key | ( | ::crypto::ec_scalar & | key, |
| const std::string & | str | ||
| ) |
Definition at line 96 of file protocol.cpp.


| void hw::trezor::protocol::string_to_key | ( | ::crypto::ec_point & | key, |
| const std::string & | str | ||
| ) |
Definition at line 103 of file protocol.cpp.

| void hw::trezor::protocol::string_to_key | ( | ::rct::key & | key, |
| const std::string & | str | ||
| ) |
Definition at line 110 of file protocol.cpp.
