wownero/src/ringct
moneromooo-monero 4c94cfecfc
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
2022-04-05 18:50:22 +00:00
..
bulletproofs.cc ringct: port some of vtnerd's review changes from BP+ to BP 2022-04-05 18:50:21 +00:00
bulletproofs.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
bulletproofs_plus.cc ringct: a few minor optimizations from review 2022-04-05 18:50:21 +00:00
bulletproofs_plus.h Bulletproofs+ 2022-04-04 08:23:21 +00:00
CMakeLists.txt Bulletproofs+ 2022-04-04 08:23:21 +00:00
multiexp.cc fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order 2022-01-25 07:14:46 -06:00
multiexp.h multiexp: handle pippenger multiexps with part precalc 2018-10-22 16:07:44 +00:00
rctCryptoOps.c Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rctCryptoOps.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rctOps.cpp CLSAG signatures 2020-08-27 12:43:29 +00:00
rctOps.h CLSAG signatures 2020-08-27 12:43:29 +00:00
rctSigs.cpp store outPk/8 in the tx for speed 2022-04-05 18:50:22 +00:00
rctSigs.h CLSAG device support 2020-08-27 12:44:04 +00:00
rctTypes.cpp plug bulletproofs plus into consensus 2022-04-05 18:50:17 +00:00
rctTypes.h plug bulletproofs plus into consensus 2022-04-05 18:50:17 +00:00