wownero/src/ringct
moneromooo-monero 869b3bf824
bulletproofs: a few fixes from the Kudelski review
- fix integer overflow in n_bulletproof_amounts
- check input scalars are in range
- remove use of environment variable to tweak straus performance
- do not use implementation defined signed shift for signum
2018-09-11 13:38:05 +00:00
..
CMakeLists.txt ringct: add bos coster multiexp 2018-09-11 13:37:24 +00:00
bulletproofs.cc bulletproofs: a few fixes from the Kudelski review 2018-09-11 13:38:05 +00:00
bulletproofs.h bulletproofs: add aggregated verification 2018-09-11 13:37:32 +00:00
multiexp.cc Add Pippenger cache and limit Straus cache size 2018-09-11 13:38:02 +00:00
multiexp.h Add Pippenger cache and limit Straus cache size 2018-09-11 13:38:02 +00:00
rctCryptoOps.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
rctCryptoOps.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
rctOps.cpp bulletproofs: reject points not in the main subgroup 2018-09-11 13:38:04 +00:00
rctOps.h bulletproofs: reject points not in the main subgroup 2018-09-11 13:38:04 +00:00
rctSigs.cpp Add a define for the max number of bulletproof multi-outputs 2018-09-11 13:37:38 +00:00
rctSigs.h Bulletproof aggregated verification and tests 2018-09-11 13:37:37 +00:00
rctTypes.cpp bulletproofs: a few fixes from the Kudelski review 2018-09-11 13:38:05 +00:00
rctTypes.h Bulletproof aggregated verification and tests 2018-09-11 13:37:37 +00:00