|
Electroneum
|
#include <ring_signature_1.h>


Additional Inherited Members | |
Public Types inherited from test_chain_unit_base | |
| typedef boost::function< bool(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)> | verify_callback |
| typedef std::map< std::string, verify_callback > | callbacks_map |
Definition at line 57 of file ring_signature_1.h.
| gen_ring_signature_2::gen_ring_signature_2 | ( | ) |
Definition at line 141 of file ring_signature_1.cpp.

| bool gen_ring_signature_2::check_balances_1 | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events | ||
| ) |
Definition at line 179 of file ring_signature_1.cpp.


| bool gen_ring_signature_2::check_balances_2 | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events | ||
| ) |
Definition at line 200 of file ring_signature_1.cpp.


| bool gen_ring_signature_2::generate | ( | std::vector< test_event_entry > & | events | ) | const |
Bob has 4 inputs by 13 coins. He sends 4 * 13 coins to Alice, using ring signature with nmix = 3. Each Bob's input is used as mix for 3 others.
Definition at line 151 of file ring_signature_1.cpp.