wownero/src/cryptonote_basic
moneromooo-monero 34884a4b00 store outPk/8 in the tx for speed
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
2021-08-30 00:18:45 +03:00
..
CMakeLists.txt cmake: fix undefined symbols and multiple definitions 2021-07-13 08:01:23 +02:00
account.cpp Revert "Use domain-separated ChaCha20 for in-memory key encryption" 2020-08-17 14:08:59 -05:00
account.h Revert "Use domain-separated ChaCha20 for in-memory key encryption" 2020-08-17 14:08:59 -05:00
account_boost_serialization.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
blobdatatype.h Avoid some temporary strings when reading off the database 2020-08-17 14:02:27 +00:00
connection_context.cpp Command max_bytes moved from dynamic map to static switch 2020-12-23 23:53:27 +00:00
connection_context.h cryptonote_protocol_handler: fix race condition 2021-03-22 19:42:45 +00:00
cryptonote_basic.h vote by block 2021-08-30 00:06:35 +03:00
cryptonote_basic_impl.cpp initial commit 2021-08-29 23:56:47 +03:00
cryptonote_basic_impl.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
cryptonote_boost_serialization.h plug bulletproofs plus into consensus 2021-08-30 00:17:37 +03:00
cryptonote_format_utils.cpp store outPk/8 in the tx for speed 2021-08-30 00:18:45 +03:00
cryptonote_format_utils.h miner block header signing 2021-08-30 00:04:17 +03:00
cryptonote_format_utils_basic.cpp cmake: fix undefined symbols and multiple definitions 2021-07-13 08:01:23 +02:00
difficulty.cpp adjust difficulty_blocks_count 2021-08-30 00:05:15 +03:00
difficulty.h initial commit 2021-08-29 23:56:47 +03:00
events.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
fwd.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
hardfork.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
hardfork.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
miner.cpp vote by block 2021-08-30 00:06:35 +03:00
miner.h vote by block 2021-08-30 00:06:35 +03:00
subaddress_index.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tx_extra.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
verification_context.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00