wownero/src/ringct
moneromooo-monero 7175dcb107
replace most boost serialization with existing monero serialization
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.

For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.

Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.

Some tests and tools also do, this will stay as is for now.
2020-08-17 16:23:58 +00:00
..
bulletproofs.cc Update copyright year to 2020 2020-05-06 22:36:54 -04:00
bulletproofs.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04: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 Bulletproofs: verification speedup 2020-04-14 20:31:30 -04:00
rctOps.h Bulletproofs: verification speedup 2020-04-14 20:31:30 -04:00
rctSigs.cpp use memwipe on secret k/alpha values 2020-04-15 01:16:31 +00:00
rctSigs.h add a bulletproof version, new bulletproof type, and rct config 2019-01-22 23:17:24 +00:00
rctTypes.cpp make d2h et al. constant-time 2019-11-19 04:21:02 -05:00
rctTypes.h replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00