wownero/src/ringct
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 Bulletproofs+ 2021-08-30 00:11:56 +03:00
bulletproofs.cc ringct: port some of vtnerd's review changes from BP+ to BP 2021-08-30 00:18:36 +03:00
bulletproofs.h support old BP 2021-08-30 00:00:54 +03:00
bulletproofs2.cc support old BP 2021-08-30 00:00:54 +03:00
bulletproofs_plus.cc ringct: a few minor optimizations from review 2021-08-30 00:18:25 +03:00
bulletproofs_plus.h Bulletproofs+ 2021-08-30 00:11:56 +03:00
multiexp.cc remove unused code 2019-04-29 20:52:40 +00: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 2021-08-30 00:18:45 +03:00
rctSigs.h support old BP 2021-08-30 00:00:54 +03:00
rctTypes.cpp plug bulletproofs plus into consensus 2021-08-30 00:17:37 +03:00
rctTypes.h plug bulletproofs plus into consensus 2021-08-30 00:17:37 +03:00