wownero/src/ringct
SChernykh 5de14c44ec
Fixed issues found by static analysis
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
2021-01-02 11:02:20 +03:00
..
CMakeLists.txt support old BP 2020-09-19 17:44:50 +03:00
bulletproofs.cc Fixed issues found by static analysis 2021-01-02 11:02:20 +03:00
bulletproofs.h support old BP 2020-09-19 17:44:50 +03:00
bulletproofs2.cc support old BP 2020-09-19 17:44:50 +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 support old BP 2020-09-19 17:44:50 +03:00
rctSigs.h support old BP 2020-09-19 17:44:50 +03:00
rctTypes.cpp support old BP 2020-09-19 17:44:50 +03:00
rctTypes.h fix a couple bugs found by OSS-fuzz 2020-09-26 07:11:39 +03:00